Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Can I Move Excel Worksheets from within VFP?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00143072
Message ID:
00143331
Views:
23
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform