Vb error
Solved
Hello, I get this error when I open the macro file: "The code contained in this project must be updated to be used on 64-bit systems. Check and update the Declare statements, then mark them with the PtrSafe attribute."
This is following a change in the Windows system. Does this require an expert in the field or can we just manually replace certain commands to adapt to the system change? Thank you for your response.
This is following a change in the Windows system. Does this require an expert in the field or can we just manually replace certain commands to adapt to the system change? Thank you for your response.
2 answers
-
ContributorHello,
see this:
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems
--
@+ The Woodpecker -
Hello,
this is due to a change in the Windows system
No, it’s Office that is in 64 bits instead of 32 bits
To read among others:
https://arkham46.developpez.com/articles/office/vba64bits/