M
MilindT
I have an executable that copies some data sheets and a
macro from one work book to another. The code was written
in Office 2000.
It uses code like
codeLineCount = xlbook.VBProject.VBComponents.item
(qq).Export("C:\UserDefinedMacros.bas")
which is defined in EXCEL9.olb
When I run the same code on an Windows XP machine running
Office XP, it crashes.
Any help will be appreciated.
Best Regards
MilindT
macro from one work book to another. The code was written
in Office 2000.
It uses code like
codeLineCount = xlbook.VBProject.VBComponents.item
(qq).Export("C:\UserDefinedMacros.bas")
which is defined in EXCEL9.olb
When I run the same code on an Windows XP machine running
Office XP, it crashes.
Any help will be appreciated.
Best Regards
MilindT