Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge cell in excel
Message
From
04/07/2007 08:52:20
 
 
To
04/07/2007 08:48:51
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01237729
Message ID:
01237731
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform