Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Can I Move Excel Worksheets from within VFP?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00143072
Message ID:
00143331
Vues:
24
>>oExcel.sheets(oVar.nSheetNumber).Move After:=Sheets(oVar.nSheetNumber-1)
>
>I don't know if this was a typo, but shouldn't it be
>
>>oExcel.sheets(oVar.nSheetNumber).Move After:=oExcel.Sheets(oVar.nSheetNumber-1)

Thanks for writing!

Well, the trouble that VFP is having is with the "After:" clause. Its syntax is foreign to VFP. So my question is about how to substitute this command line with something that VFP is more agreeable to.

Michael Reynolds
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform