Forum Discussion
Arvind Kaushik
Feb 17, 2017Copper Contributor
VBA Excel Code Compatible Error
Hi, I am facing the below mentioned error, The VBA code run perfectly in my system, While using the same macro to another system it shows the below mentioned error: "The error commonly occurs...
Arvind Kaushik
Feb 20, 2017Copper Contributor
Hi,
F8 Key (next step) shows:
We all are using the Windows 8 and ms office 2013 version
Regards,
Arvind
Feb 20, 2017
Here's something you can try:
In the VBA editor launch the Compile command from the menu and then check the References dialog to see if there is anything missing and if so try to add these libraries.
In general it seems to be good practice to compile the complete VBA code and then saving the document before distribution.
source (and other suggestions at): http://stackoverflow.com/questions/507191/cant-find-project-or-library-for-standard-vba-functions
- Arvind KaushikFeb 20, 2017Copper ContributorThanks A lot, I never tried this option, I will try this and let you know if error still persist.