Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Load Excel Macro in VFP9
Message
From
25/08/2005 11:13:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Load Excel Macro in VFP9
Miscellaneous
Thread ID:
01043899
Message ID:
01043899
Views:
55
This code works in VFP6 but not VFP9. VFP9 does not load macro other than XLSTART directory. How can I fix this problem?

Thanks, Tai Fei Pao

tmpsheet = GetObject(sys(5)+sys(2003)+'\iedmsdata.xls','excel.sheet')
XLApp = tmpsheet.application
XLApp.RUN("IEDMSDATA.XLS!SAMProject")
XLApp.Visible = .T.
Next
Reply
Map
View

Click here to load this message in the networking platform