Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying excel sheets from one excel to another
Message
De
24/11/2003 10:03:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Copying excel sheets from one excel to another
Divers
Thread ID:
00852928
Message ID:
00852928
Vues:
36
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform