Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to insert a Column in Excel worksheet ?
Message
De
24/02/2010 22:44:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to insert a Column in Excel worksheet ?
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:
01450904
Vues:
110
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"	
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform