Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying excel sheets from one excel to another
Message
From
24/11/2003 10:03:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Copying excel sheets from one excel to another
Miscellaneous
Thread ID:
00852928
Message ID:
00852928
Views:
37
Hi,
I am trying to copy multiple excel worksheets into one target excel file.

All excel files have been created with a copy to xl5 statementand and thus have one worksheet named after the filename.

Here's what I've tried:

oxlsSource = createobject('Excel.application')
oxlsTarget = createobject('Excel.application')

oSourceWorkbook = oxlsSource.workbooks.open('e:\source.xls')
oTargetWorkbook = oxlsTarget.workbooks.open('e:\target.xls')
oSourceWorkbook.worksheets(1).move(oTargetWorkbook.activesheet)

When I do this, excel starts complaining about the properties of move that can't be fetched from the class worksheet.

What am I doing wrong?

TIA,
Raymond
Next
Reply
Map
View

Click here to load this message in the networking platform