Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Workbook Copying
Message
From
03/10/2001 19:30:16
 
 
To
03/10/2001 15:57:47
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00563845
Message ID:
00563938
Views:
14
Wesley,
Why not try the following
copy file exceltemplate to MyNewLocation
loExcel = CREATEOBJECT("EXCEL.Application")
WITH loExcel 
.Application.Workbooks.OPEN("MyNewLocation")
.Application.Worksheets("sheet1")
*push all the data in
ENDWITH
Iain Brodie
Previous
Reply
Map
View

Click here to load this message in the networking platform