zombiemaster
Board Regular
- Joined
- Oct 27, 2009
- Messages
- 245
I may be barking up the wrong tree, or at least making this sound easier than it probably is.
I have a LARGE code that someone wrote almost 20 years ago that is going to stop working once our systems upgrade to 64-bit. How hard is it to convert from 32-bit VBA to 64-bit? When I was playing around, I got this error message:
COMPILE ERROR: THE CODE IN THIS PROJECT MUST BE UPDATED FOR USE ON 64-BIT SYSTEMS. PLEASE REVIEW AND UPDATE DECLARE STATEMENTS AND THEN MARK THEM WITH THE PTRSAFE ATTRIBUTE.
I highly doubt that it's as simple as changing wherever I find "32" to "64"...right?
I'm going to try to include a screenshot below, if it helps. This is not my code and I am not familiar with most of what it's talking about. If this gets too complicated, I'll have to reach out to our IT department for help, but since this is a "home-grown" application in our department, they don't usually help with those.
Thanks for taking a look!
~ZM~
I have a LARGE code that someone wrote almost 20 years ago that is going to stop working once our systems upgrade to 64-bit. How hard is it to convert from 32-bit VBA to 64-bit? When I was playing around, I got this error message:
COMPILE ERROR: THE CODE IN THIS PROJECT MUST BE UPDATED FOR USE ON 64-BIT SYSTEMS. PLEASE REVIEW AND UPDATE DECLARE STATEMENTS AND THEN MARK THEM WITH THE PTRSAFE ATTRIBUTE.
I highly doubt that it's as simple as changing wherever I find "32" to "64"...right?
I'm going to try to include a screenshot below, if it helps. This is not my code and I am not familiar with most of what it's talking about. If this gets too complicated, I'll have to reach out to our IT department for help, but since this is a "home-grown" application in our department, they don't usually help with those.
Thanks for taking a look!
~ZM~