Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to insert a Column in Excel worksheet ?
Message
 
 
À
24/02/2010 22:44:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01450904
Message ID:
01450905
Vues:
62
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform