View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Kilmer Bob Kilmer is offline
external usenet poster
 
Posts: 280
Default Can I save a macro in a template?

You should be able to save a macro in a template in the same way as any
workbook. Make sure you are getting the macro into the correct workbook (the
one you intend to save as a template). Save workbook as Template. Open a new
workbook based on the template. The code should be there.

(If still not working, what version of Excel? What operating system
version?)

--
Bob Kilmer


"David" wrote in message
...
I'm trying to save a macro in a template, but when I re-
open the template the macro has gone.
What gives?
Sorry, I'm new to Excel. Is this a no-no, or am I doing
something wrong.

- David