I have an excel file with VBA code. This file is saved on Dropbox.
I open this file from multiple locations with different versions of Excel installed.
I get Can't find Project error when running the code because the Excel Versions are different.
How can I automatically update the Reference to the proper Excel Version.
Missing: Microsoft Excel 15.0 Object Library
I need code to be able to detect all versions of Excel and Outlook and update the references accordingly.
Can someone point me in the right direction?
Thanks in advance.
I open this file from multiple locations with different versions of Excel installed.
I get Can't find Project error when running the code because the Excel Versions are different.
How can I automatically update the Reference to the proper Excel Version.
Missing: Microsoft Excel 15.0 Object Library
I need code to be able to detect all versions of Excel and Outlook and update the references accordingly.
Can someone point me in the right direction?
Thanks in advance.