Word 2007, Default template as standardview after new

F

Fuubah

Hey,

my problem is, that i would like to have a way, when the user clicks on
"new" (new document) to set the view on "my templates" as default. (The user
should not the the other things like memo)

Sorry i don't know if the terms are correct, because my office is in a other
language.

Is there a hidden function to set the view("my templates") as default?

Or does anyone can give me a hint, how i can do this with c# / vba ?

Thanks
 
D

Doug Robbins - Word MVP on news.microsoft.com

Put the following macro in a Global Template

Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub


--
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, originally posted via msnews.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top