|
|
||||||
|
#1
|
|
|
|
|
Is there anyway you can display dialog boxes using VBA. For example,
would like to display the Save As dialog box, if a presentation has no already been saved, just before the presentation gets added to ou document management system. Thanks Lyn ----------------------------------------------- ~~ Message posted from [url down] ~~View and post usenet messages directly from [url down] |
|
|
|
#2
|
|
|
|
|
CommandBars("File").Controls("Save As...").Execute
Brian Reilly, PowerPoint MVP |
|
#3
|
|
|
|
|
Thanks for this post.
However, once the save as dialog box appears and I save th presentation, the rest of the code after that which adds it to our do management system does not run. Is there something else I have to add ----------------------------------------------- ~~ Message posted from [url down] ~~View and post usenet messages directly from [url down] |
|
#4
|
|
|
|
|
> However, once the save as dialog box appears and I save the
> presentation, the rest of the code after that which adds it to our doc > management system does not run. Is there something else I have to add? That line of code invokes the save-as dialog box, as though the user'd done it using the mouse. But just as when the user clicks buttons, you don't have any control over what happens next. You'll need to describe what you DO want to happen in more detail, I think. |
|
|
| Similar Threads | |
| How to access built-in dialog boxes How do you find the numeric value of a built-in dialog box, such as: Dialogs(1347).Show to display the Modify Style dialog box? I am interested in accessing the Fill... |
|
| How to find names for built-in dialog boxes Is the list that comes up in the VB Editor as you type Dialogs( the full list available? In particular, I'm trying to find out how to call the "Modify Style"... |
|
| Using built in dialog boxes - how to determine arguments? How do I find out what the arguments/members of a given Word.Dialog are? I can invoke them fine using the code from: [..], and I can get some information on member names... |
|
| Customizing Word Built-In Dialog Boxes I am showing the Insert Table of Contents dialog box using VBA. "Dialogs(wdDialogsInsertTableofContents).Show" When i do this, the Show Levels box has a 9 in it. How can I... |
|
| Re : Making use of the Built-in Dialog Boxes 1. Please examine the following code :- Dim TextFind As String Call Application.Dialogs(xlDialogFormulaFind).Show(TextFind, 2, 2, 1, 0, True, True) MsgBox "TextFind = " &... |
|
|
All times are GMT. The time now is 04:22 AM. | Privacy Policy
|