View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Khoa Khoa is offline
external usenet poster
 
Posts: 2
Default Auto open a .xlt template

I have my own Menu application that I can easily open files or create new
files based on my templates. (I use CDMenuPro to make this). It's easy to
make a button that open MSWord, then run a macro at the same time to open a
template that I created. But I don't know how to do the same thing in Excel !
I wonder how to write a macro that automatic create a file from a template
(xlt ?) when I open Excel, because I want the template to be unchanged.
Hope this is clear.