Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have integrated MS Excel into my application using
Active X. Want to open the FileSaveAs dialogue box. In MS Word, it is referred to as wdDialogFileSaveAs. What is it referred to in MS Excel. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The easiest is to use
Application.GetSaveAsFileName() but to answer the specific question. application.Dialogs(xlDialogSaveAs).Show ? xlDialogSaveAs 5 -- Regards, Tom Ogilvy "njavdan" wrote in message ... I have integrated MS Excel into my application using Active X. Want to open the FileSaveAs dialogue box. In MS Word, it is referred to as wdDialogFileSaveAs. What is it referred to in MS Excel. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom
Many thanks. It worked. Would you please let me know where I can find all the possible values for property Dialogs. I'll have to use print, ... later on. Regards Nasser -----Original Message----- The easiest is to use Application.GetSaveAsFileName() but to answer the specific question. application.Dialogs(xlDialogSaveAs).Show ? xlDialogSaveAs 5 -- Regards, Tom Ogilvy "njavdan" wrote in message ... I have integrated MS Excel into my application using Active X. Want to open the FileSaveAs dialogue box. In MS Word, it is referred to as wdDialogFileSaveAs. What is it referred to in MS Excel. Thanks . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel VBA help it is listed under this topic:
Built-In Dialog Box Argument Lists -- Regards, Tom Ogilvy "njavdan" wrote in message ... Tom Many thanks. It worked. Would you please let me know where I can find all the possible values for property Dialogs. I'll have to use print, ... later on. Regards Nasser -----Original Message----- The easiest is to use Application.GetSaveAsFileName() but to answer the specific question. application.Dialogs(xlDialogSaveAs).Show ? xlDialogSaveAs 5 -- Regards, Tom Ogilvy "njavdan" wrote in message ... I have integrated MS Excel into my application using Active X. Want to open the FileSaveAs dialogue box. In MS Word, it is referred to as wdDialogFileSaveAs. What is it referred to in MS Excel. Thanks . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row select mode to highlight active row of active cell | Excel Discussion (Misc queries) | |||
referring to formula in a non active cell from active cell | Excel Discussion (Misc queries) | |||
Active X controls | Excel Discussion (Misc queries) | |||
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. | Excel Discussion (Misc queries) | |||
Last Active | Excel Programming |