View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default how do i start excel and have it use a template automatically?

Workbooks.Add "c:\mytemplate.xls"

or something like that.

--

Vasant


"Donna" wrote in message
...
I am starting Excel from within Access by having the user click on a
command
button. That works just fine. Now I want to have Excel open to a new
workbook based on a template I created (schedule.xlt). Can anyonw help me
do
this?