Myriad_Rocker
Board Regular
- Joined
- Dec 1, 2004
- Messages
- 67
I have a VBA application in Excel that is used in multiple versions of Excel (2003, 2007, 2010). It is also used on x86 and x64 servers. The crux of the problem is that when a user downloads my application and puts it on an x64 system, there is a reference that points to just the "Program Files" directory instead of "Program Files (x86)". This causes the reference to be missing.
I cannot let this application access the VBA Project due to security reasons.
Is there any way I can trap this error (Compiler Error in Hidden Module or something like that) and just pop up a message box that tells the user that they have to change that reference?
I cannot let this application access the VBA Project due to security reasons.
Is there any way I can trap this error (Compiler Error in Hidden Module or something like that) and just pop up a message box that tells the user that they have to change that reference?