Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Excel after Copy to XLS
Message
 
À
04/02/2010 12:06:48
Andy Roth
Neyenesch Printers
Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01447539
Message ID:
01447609
Vues:
72
this one is useful
k
oExcel = Createobject("Excel.Application")
	If Vartype(oExcel) != "O"
* could not instantiate Excel object
* show an error message here
	Return .F.
	Endif
	oWorkbook = oExcel.Application.Workbooks.Open ("C:\SAMPLE..xls")
	oExcel.Visible = .T.
	oExcel.Application.UserControl=.T.
	oExcel.Application.Interactive=.T.
	Clear
	oExcel.Quit()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform