dionisis71
New member
- Local time
- Tomorrow, 00:59
- Joined
- Sep 18, 2012
- Messages
- 2
Hi,
I migrate my vba code to 64-bit. When i debug my code i get "Invalid use of new keyword".
It works fine with 32 bit, but this time it needs to be writen in a different way and i have no luck with google. I couldn't find any example for 64 bit.
thank you
I migrate my vba code to 64-bit. When i debug my code i get "Invalid use of new keyword".
Code:
Static StrConn As New Connection
It works fine with 32 bit, but this time it needs to be writen in a different way and i have no luck with google. I couldn't find any example for 64 bit.
thank you