View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Change Excel default Workbook Template?

Depending on how you've upgraded versions of excel, you may have multiple
XLStart folders.

To find the "current" XLStart folder, I'd do this:

Start excel
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)
type this and hit enter:
?application.StartupPath

Then make a note of that folder.

Now close excel

windows start button|search
look for XLStart
Go into each one consolidate what you want to keep into that "current" folder.
You may want to just move those files in the various XLStart folders to a nice
safe location.

Now back to excel and create a workbook template and save it as book.xlt (as a
template) in that current XLStart folder.

Now when you click the New icon on the standard toolbar, you'll get a new
workbook based on this template.



Matt D Francis wrote:

I want to same the same header/footer for all documents I produce.

I've read a few suggestions on here as to how the change the properties of
the default Workbook template, but just can't getit to work. I have tried
saving an .xlt file as Book.xlt, Sheet.xlt etc under the XLStart directory
but nothing I do seems to get picked up.

I'm using Office 2000 in WinXP.

Any suggestions?


--

Dave Peterson