reneemettrie
New member
- Local time
- Today, 22:58
- Joined
- Jul 8, 2008
- Messages
- 3
In the VBA editor you can go to Tools-References and add a reference to, for instance, the Excel library.
However, if you open your file on a computer with a different version of Excel, you will see that some libraries are missing and the one you need is not in the list. Can you solve this problem without changing it manually?
I read you can add the reference in your VBA code but I do not know how to do that? The code should be able to detect the excel version of the current computer.
However, if you open your file on a computer with a different version of Excel, you will see that some libraries are missing and the one you need is not in the list. Can you solve this problem without changing it manually?
I read you can add the reference in your VBA code but I do not know how to do that? The code should be able to detect the excel version of the current computer.