Hi,
I migrate my vba code to 64-bit. When i debug my code i get "Invalid use of new keyword".
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