Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Tab Surfing
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Excel Tab Surfing
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01051478
Message ID:
01051478
Vues:
63
What would be the best way to enum unknown spreadsheet tab names or number and touch each tab?
something like
 oExcel=CREATEOBJECT("Excel.Application")
 With oExcel
         .DisplayAlerts= .F.
         .WorkBooks.Open(XLSFile,0)
         FOR iTabor= 1 TO 100
            .Sheets.iTabor.Select()

         ENDFOR 
Edgar L. Bolton, B.S. B.B.A.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform