Likely you skipped step 3b: https://wyday.com/limelm/help/using-turboactivate-with-vba/#windows-instructions
Environment: 32-bit Win OS / 32-bit MS Access
VBA code to invoke the API results in error saying "TurboActivate.dll cannot be found", even though physically the file is present in the application path.
Likely you skipped step 3b: https://wyday.com/limelm/help/using-turboactivate-with-vba/#windows-instructions
Thanks for the reply. I should mention that the same program works on another system, with the exact same setup.
To elaborate a little bit more, a Dir([full file path]) returns the file name, indicating that MS Access is able to find the file in the specified path. So, GetTADirectory is set correctly.
-----------------------
Update: This has been resolved as an error on the client's side. Thanks.