vba to bring up template dialog

  • Thread starter Southern at Heart
  • Start date
S

Southern at Heart

I need my code to bring up the dialog box that appears when you manually
click on Templates: 'On my Computer' in the NewTaskPane?
It will let the user create a new doc via a template stored in my templates
collection, but I'd like to trigger this programmatically.
thanks
 
J

Jean-Guy Marcil

Southern at Heart said:
I need my code to bring up the dialog box that appears when you manually
click on Templates: 'On my Computer' in the NewTaskPane?
It will let the user create a new doc via a template stored in my templates
collection, but I'd like to trigger this programmatically.
thanks

Application.Dialogs(wdDialogFileNew).Show
 

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