Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Syntax - copying one worksheet to another new one
Message
 
À
14/06/2001 05:14:58
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00518215
Message ID:
00930010
Vues:
9
Thanks, your comment helped.
CopyFrom = oExcel.Workbooks("hw2004etf.xls").WorkSheets(mySoSheet).Range(WholePriceRange.address)
CopyTo = oExcel.Workbooks("hw.xls").WorkSheets(myDsheet).Range(ThisOff.address)

CopyFrom.Copy(CopyTo)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform