open excel workbook from template

N

Nelson

Using VB, how can I open a new workbook and specify a
template to use? I do not want to change the default
template, but instead specify a custom template.
 
C

Chip Pearson

Nelson,

Try something like the following:

Workbooks.Add template:="C:\templates\name.xlt"
 

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