AddressOf Operator VBA x64 not working

Mohsin Malik

Registered User.
Local time
Today, 08:34
Joined
Mar 25, 2012
Messages
179
Hi, I am getting data type mismatch on AddressOf operator. Is there any alternative available that I can use instead of AddressOf that is compatible with 64bit Office?

Thank you
Mohsin
 
you also need to change pointer type longs from long to longlong or longptr
 

Users who are viewing this thread

Back
Top Bottom