Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open two file in EXCEL.APPLICATION
Message
De
26/03/2003 04:54:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Open two file in EXCEL.APPLICATION
Divers
Thread ID:
00770129
Message ID:
00770129
Vues:
38
Hi,

i use below command to open a EXCEL file and entries in it.

*****

EXCEL_FILE = CREATEOBJECT("EXCEL.APPLICATION")
EXCEL_FILE.VISIBLE = .F.
EXCEL_FILE.APPLICATION.WORKBOOKS.OPEN( (MFILE) )
WITH EXCEL_FILE.ACTIVEWORKBOOK.ACTIVESHEET
.CELLS(1,1).VALUE = "'" + S_COMP
ENDWITH

*****


now i want to know more command about :-

1. Can i open another EXECL file at same time.

2. How can i switch (SELE) between two file.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform