Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Excel sheet
Message
De
23/11/2004 06:13:58
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
23/11/2004 06:09:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00963741
Message ID:
00963762
Vues:
7
Try something like this.

local lcXLSFile,lcTemp
lcXLSFile = GETFILE() && allow user to find file hard code if you know where it is

#define xlRangeAutoFormatColor2 8
oExcel = createobject("Excel.Application")
with oExcel
.WorkBooks.Open(m.lcXLSFile)
.Visible = .T.
endwith

HTH

Jon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform