I created a vba app accross ACAD/EXCEl/OUTLOOK, what do I do with multiple
Office Environments?
Half of the drafters have Office 2000, and half Office 2003. The object
libraries obviously don't match.
(I am new at this...)
We are all on ACAD2k5. The app was developed in O2K3. I am vaguly aware of
compiling the code, but I know that there is a lot of work needed in order
to create an.dll or .exe. Am I correct that much of the code has to change
from .dvb to create a compiled .dll or .exe?
I do have Visual Studio 6 in the office.
Some problems I have already encoutered in the test I ran quickly to cimpile
is:
ThisDrawing. (errors)
End (errors)
Thats just the beginning.
Any advice is appreciated.