Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to insert a Column in Excel worksheet ?
Message
From
24/02/2010 22:44:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to insert a Column in Excel worksheet ?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01450904
Message ID:
01450904
Views:
109
Hi,
I have the following program code, and I want to insert a column between D and E, and set a formula in the inserted column,
how to code it ?
Please advise,

Thanks
oExcel = CREATEOBJECT([Excel.Application])
oWorkbook = oExcel.Workbooks.open("C:\WTS\MID\WTS77XLS.XLS")
oExcel.Visible = .t.
oExcel.activesheet.Range("A1").value = "Client Code"
oExcel.activesheet.Range("B1").value = "Client Name"
oExcel.activesheet.Range("C1").value = "Invoice Date"
oExcel.activesheet.Range("D1").value = "Invoice No."
oExcel.activesheet.Range("E1").value = "Currency"
oExcel.activesheet.Range("F1").value = "Invoice Amount"	
Next
Reply
Map
View

Click here to load this message in the networking platform