Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to insert a Column in Excel worksheet ?
Message
 
 
To
24/02/2010 22:44:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
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:
01450905
Views:
61
>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"	
>
Did you try recording a macro and then translating the code from VBA to VFP?

See also Re: Excel VBA to INSERT columns Thread #1073561 Message #1073653
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform