Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP ole Excel question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00259234
Message ID:
00260054
Views:
30
Try THis is should work

loExcel = CreateObject('Excel.Application')
loBook = loExcel.ActiveWorkBook
loExcel.Workbooks.Open(lcFileName)
loSheet = loExcel.ActiveSheet
loSheet.PrintOut
losheet = .Null
loBook = .Null
loExcel = .Null

Let me know if this is what you want
Thanks
Darren Mc Dowell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform