Autorun macro on starting a template

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, using help from this forum, I've placed a macro in my workbook that runs
correctly when the workbook is opened. However, when I change the workbook
into a template (.xls to .xlt), the macro does not run. I think this must be
something very obvious!

Thanks,
Geoff.
 
A workbook_open event should fire if you do File=>New and select you
template as the basis of the workbook.

If you are creating a new workbook or opening your template by running a
macro started with a key combination that includes the shift key, change the
combination so as not to include the shift key.
 

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

Back
Top