Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel insert row
Message
De
16/07/2001 12:48:54
 
 
À
16/07/2001 12:41:28
Bob Clark
Complus Data Service, Inc.
St. Petersburg, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00410003
Message ID:
00531075
Vues:
32
Bob,
#DEFINE xlDown -4121
oExcel.activesheet.rows(< Row >).Insert(xlDown)
HTH

>oExcel=createobject('Excel.Application')
>With oExcel
> .Workbooks.Open(sys(5)+curdir()+'schedcrossxls.xls')
> .visible = .t.
> .Selection.Insert(-4121)
>
>inserts a single cell....how would I insert an entire row?
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform