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:
00143079
Views:
21
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform