Macro to bring up FILE NEW dialogue box, bypassing all the ...

N

ngmail

.... new items that come up. None of the toolbar buttons that we can
use to customize toolbars does what previous to Word 2003 could do,
just bring up the file new/templates dialogue box.

In Excel the code is this, apparently: Application.Dialogs
(xlDialogNew).Show

Was wondering, pls, what the Word equivalent would be. Thx.
 
T

Tony Jollans

I'm not fully understanding the question, and you don't say what version of
Word, but the Word equivalent of the Excel you cite is:

dialogs(wdDialogFileNew).Show
 
N

ngmail

I'm not fully understanding the question, and you don't say what version of
Word, but the Word equivalent of the Excel you cite is:

    dialogs(wdDialogFileNew).Show

[snip]

Thank you, that did the trick.
 
Top