Seems to me that the File>New dialog does that.
Dialogs(wdDialogFileNew).Show

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I want to create a dialog from where you can select other templates. And I
>want that dialog to open every time you select a new document.
[quoted text clipped - 15 lines]
>>>
>>> /e
Hi again!
Sorry If I'm not expressing myself good enough.
I have a customized dialog with customized settings from where I have a
bunch of templates I would like to choose from. I want that customized
dialog to open every time I open a new document without modifing normal.dot.
Is that possible?
Best
/e
> Seems to me that the File>New dialog does that.
>
[quoted text clipped - 19 lines]
>>>>
>>>> /e
Doug Robbins - Word MVP - 01 Oct 2006 08:58 GMT
Put the code that causes your dialog to be displayed in a macro called
FileNew that you create in a template that you store in the Word Startup
folder. That macro will then run in place of the Word File>New command.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi again!
>
[quoted text clipped - 31 lines]
>>>>>
>>>>> /e
eric - 02 Oct 2006 08:03 GMT
Exactly what I was looking for! Many thanks!
:)
/e
> Put the code that causes your dialog to be displayed in a macro called
> FileNew that you create in a template that you store in the Word Startup
[quoted text clipped - 35 lines]
>>>>>>
>>>>>> /e
Jonathan West - 01 Oct 2006 09:04 GMT
> Hi again!
>
[quoted text clipped - 4 lines]
> dialog to open every time I open a new document without modifing
> normal.dot. Is that possible?
Hi Eric
Yes you can do this.
Create a new template. Put your customized dialog into it.
Create two macros, called FileNew and FileNewDefault, each of which calls
your customized dialog.
Save the template, and move it to Word's Startup folder.
Next time you start Word, the template will be loaded as an add-in, and the
FileNew and FileNewDefault macros will override the built-in commands of the
same names.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
eric - 02 Oct 2006 08:03 GMT
Exactly what I was looking for! Many thanks!
:)
/e
>> Hi again!
>>
[quoted text clipped - 19 lines]
> the FileNew and FileNewDefault macros will override the built-in commands
> of the same names.