Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge cell in excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01237729
Message ID:
01237766
Vues:
18
>
>oExcel = CREATEOBJECT([Excel.Application])
>oExcel.Visible = .t.
>oExcel.Workbooks.Add()
>oExcel.Range("A1:H1").Select
>oExcel.Selection.Merge()
>
Or even shorter
oExcel.Range("A1:H1").Merge()
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform