Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and Excel
Message
 
À
28/06/2003 14:57:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00805038
Message ID:
00805048
Vues:
20
Hi Cesar
Try something like this: ( in this example i add a row at the second line and all the rest is shifted down)
oExcel=CreateObject('Excel.Application')
With oExcel
   .WorkBooks.Add
   .displayalerts=.f.
   .Rows("2:2").Select
   .Selection.EntireRow.Insert
endwith
*** you can oExcel.Visible = .T. to see how it looks
HTH
Jaime

>Hi pales!
>I wanna know how to insert a row in Excel sheet from VFP
>tks
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform