antonio.manoj.derose
Registered User.
- Local time
- Tomorrow, 03:38
- Joined
- Jul 4, 2013
- Messages
- 62
Hi All,
Please be noted I have developed an application using VBA Access, I have got 2 versions and, one for 32 BIT and the other for 64 BIT.
Both versions work successfully, and I have got no issues.
I have written a separate MACRO / CODE, to open the application on it's own, what it does is, it goes check the MS OFFICE version, and then open the relevant 32 BIT / 64 BIT application.
unfortunately for the MACRO it does not work for the 64 BIT.
The following is the code, where it breaks
Shell strCommandLine
CATCH : for the 64 BIT, am using a VM workstation.
Thanks,
Antonio
Please be noted I have developed an application using VBA Access, I have got 2 versions and, one for 32 BIT and the other for 64 BIT.
Both versions work successfully, and I have got no issues.
I have written a separate MACRO / CODE, to open the application on it's own, what it does is, it goes check the MS OFFICE version, and then open the relevant 32 BIT / 64 BIT application.
unfortunately for the MACRO it does not work for the 64 BIT.
The following is the code, where it breaks
Shell strCommandLine
CATCH : for the 64 BIT, am using a VM workstation.
Thanks,
Antonio