I did some timing tests on 32 and 64 bit versions of Inventor using some VBA
code. My basic test involved creating 500 occurrences within an assembly. I
found that it took aproximately the same amount of time on 32 and 64 bit.
Also, I was able to further speed up the process in 64 bit by setting
ThisApplication.UserInterfaceManager.UserInteractionDisabled = True (and
back to False at the end of the macro)
So, the VBA macro actually ran faster on 64 bit!
If you can post the code that demonstrates the problem, I can have a look at
it.
Sanjay-