startup switches

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

Guest

I am using Excel 2000. I have a spreadsheet i am starting from Access that
loads a spreadsheet that is formatted and contains a query to create a report
with data users can manipulate. I am using a template and I thought that when
I opened it, it would create a "new" spreadsheet; however I get the template.
I do not want users to modify the template. Is there a startup switch or
another method that would allow me to open a new spreadsheet based on an
existing template?
 
I gather you're running Excel from Access via Automation. If so you might
try opening the template this way:

Workbooks.Add Template:="C:\YourTemplate.xls"

--
Jim Rech
Excel MVP
|I am using Excel 2000. I have a spreadsheet i am starting from Access that
| loads a spreadsheet that is formatted and contains a query to create a
report
| with data users can manipulate. I am using a template and I thought that
when
| I opened it, it would create a "new" spreadsheet; however I get the
template.
| I do not want users to modify the template. Is there a startup switch or
| another method that would allow me to open a new spreadsheet based on an
| existing template?
 

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