I have a macro that works fine on 32 bit machines. When trying to run it on a 64 bit machine, I get a error message (ActiveX component can't create object) when it hits this line of code:
Set iim1 = CreateObject("iMacros")
Up until now, all of these macros have been run on 32 bit machines. 64 machines are just begging to appear in our environment. Any ideas or suggestions on how to resolve this issue would be greatly appreciated. Thanks for the help........