Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to save Excel Worksheet?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01453718
Message ID:
01453746
Views:
55
>>Hi Yuri,
>>
>>I was thinking about it as well.
>>
>>Alternatively, do you know how to call Excel.SaveAs dialog interactively?
>
>Usually you need something like:
>
>oExcel.Application.Dialogs(DialogNumber).Show
>
>You can go to Excel VBA help to find out what is exact number for SAveAs dialog

Thanks, I was able to go to VBA Help eventually. Based on the examples in the reference

Application.Dialogs(xlDialogOpen).Show

I would assume it's
#DEFINE xlDialogSaveAs	5

oExcel.Application.Dialogs(xlDialogSaveAs).Show
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform