Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge cell in excel
Message
 
À
04/07/2007 08:48:51
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:
01237731
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Hi,
>Can anyone tell me how to merge two or more excel cells with the help of vfp commands.
>Thanks
>
>Tamas Szigeti
oExcel = CREATEOBJECT([Excel.Application])
oExcel.Visible = .t.
oExcel.Workbooks.Add()
oExcel.Range("A1:H1").Select
oExcel.Selection.Merge()
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform