Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

I have a template file that I want to use as the basis for another template.
I modify the file and then, when I click "File Save as" the only item that
appears in the "Save as type" dropdown is the .xls option. I swear I have
done this before without a problem.

How do you take one template and save it under a different name as another
template?

As always, thanks very much for your help.
--
Ann Scharpf
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

Is the actual Template open?

i.e. filename.XLT

The Save As should default to *.XLT

If you have a workbook open based upon a Template, try FileSave AsFile
Type and scroll down to MS Excel Template(*.xlt)



Gord Dibben MS Excel MVP

On Thu, 2 Oct 2008 13:54:05 -0700, Ann Scharpf
wrote:

I have a template file that I want to use as the basis for another template.
I modify the file and then, when I click "File Save as" the only item that
appears in the "Save as type" dropdown is the .xls option. I swear I have
done this before without a problem.

How do you take one template and save it under a different name as another
template?

As always, thanks very much for your help.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

I have tried both ways:

- Open the template directly so the .xlt is open
- Create a new document based on the template

And, as I mentioned in my post, I am using the File Save as. The entire
list of options goes missing EXCEPT the .xls file type. The other items are
not grayed out or anything, they are just GONE ... so it is impossible to
choose .xlt.

Now that I'm investigating further, I see that when I am in a file that was
not created based on one of these two templates, "File Save as" is working
correctly. But these two templates will not allow me to save the document as
anything but .xls.

I do know that these are the only templates I've created where I've stored
macros and created menu bars (with macros). Could that be a problem? It is
the ONLY thing I can think of that makes these files different than others on
my computer.

Thanks for trying to help me!
--
Ann Scharpf


"Gord Dibben" wrote:

Is the actual Template open?

i.e. filename.XLT

The Save As should default to *.XLT

If you have a workbook open based upon a Template, try FileSave AsFile
Type and scroll down to MS Excel Template(*.xlt)



Gord Dibben MS Excel MVP

On Thu, 2 Oct 2008 13:54:05 -0700, Ann Scharpf
wrote:

I have a template file that I want to use as the basis for another template.
I modify the file and then, when I click "File Save as" the only item that
appears in the "Save as type" dropdown is the .xls option. I swear I have
done this before without a problem.

How do you take one template and save it under a different name as another
template?

As always, thanks very much for your help.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

I cannot replicate the issue on my Excel 2003 no matter what I try,
including adding a module, macros and code to create a Toolbar to an
existing *.xlt file or a new workbook based on a template.

Try HelpDetect and Repair.

Have your CD handy...........you may need it.


Gord

On Fri, 3 Oct 2008 07:42:00 -0700, Ann Scharpf
wrote:

I have tried both ways:

- Open the template directly so the .xlt is open
- Create a new document based on the template

And, as I mentioned in my post, I am using the File Save as. The entire
list of options goes missing EXCEPT the .xls file type. The other items are
not grayed out or anything, they are just GONE ... so it is impossible to
choose .xlt.

Now that I'm investigating further, I see that when I am in a file that was
not created based on one of these two templates, "File Save as" is working
correctly. But these two templates will not allow me to save the document as
anything but .xls.

I do know that these are the only templates I've created where I've stored
macros and created menu bars (with macros). Could that be a problem? It is
the ONLY thing I can think of that makes these files different than others on
my computer.

Thanks for trying to help me!


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

Thanks for trying to help me. I work in one of those desktop maintenance
contract environments where no one has a CD, it's all done from network
servers and it takes an act of God to get something done like that. I think
I will just copy the file from Explorer, rename the copy and work with it.

I really do appreciate your effort.
--
Ann Scharpf


"Gord Dibben" wrote:

I cannot replicate the issue on my Excel 2003 no matter what I try,
including adding a module, macros and code to create a Toolbar to an
existing *.xlt file or a new workbook based on a template.

Try HelpDetect and Repair.

Have your CD handy...........you may need it.


Gord

On Fri, 3 Oct 2008 07:42:00 -0700, Ann Scharpf
wrote:

I have tried both ways:

- Open the template directly so the .xlt is open
- Create a new document based on the template

And, as I mentioned in my post, I am using the File Save as. The entire
list of options goes missing EXCEPT the .xls file type. The other items are
not grayed out or anything, they are just GONE ... so it is impossible to
choose .xlt.

Now that I'm investigating further, I see that when I am in a file that was
not created based on one of these two templates, "File Save as" is working
correctly. But these two templates will not allow me to save the document as
anything but .xls.

I do know that these are the only templates I've created where I've stored
macros and created menu bars (with macros). Could that be a problem? It is
the ONLY thing I can think of that makes these files different than others on
my computer.

Thanks for trying to help me!





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

One more thing to try...

Close excel
Reopen excel in safe mode
Windows start button|Run
type:
excel /safe

Open your file and try File|SaveAs.

Do you see all the options.

I'm wondering if there's a macro that's stolen the file|saveas option. By
starting excel in safe mode, you avoid any macros when excel opens (along with
other things).

If that doesn't help...

One more to try...

Close excel
Reopen excel and your workbook (normally)
Hit alt-f11 (to get to the VBE)
Hit ctrl-g (to see the immediate window)
type this and hit enter
Application.Dialogs(xlDialogSaveAs).Show

Did it work?


Ann Scharpf wrote:

Thanks for trying to help me. I work in one of those desktop maintenance
contract environments where no one has a CD, it's all done from network
servers and it takes an act of God to get something done like that. I think
I will just copy the file from Explorer, rename the copy and work with it.

I really do appreciate your effort.
--
Ann Scharpf

"Gord Dibben" wrote:

I cannot replicate the issue on my Excel 2003 no matter what I try,
including adding a module, macros and code to create a Toolbar to an
existing *.xlt file or a new workbook based on a template.

Try HelpDetect and Repair.

Have your CD handy...........you may need it.


Gord

On Fri, 3 Oct 2008 07:42:00 -0700, Ann Scharpf
wrote:

I have tried both ways:

- Open the template directly so the .xlt is open
- Create a new document based on the template

And, as I mentioned in my post, I am using the File Save as. The entire
list of options goes missing EXCEPT the .xls file type. The other items are
not grayed out or anything, they are just GONE ... so it is impossible to
choose .xlt.

Now that I'm investigating further, I see that when I am in a file that was
not created based on one of these two templates, "File Save as" is working
correctly. But these two templates will not allow me to save the document as
anything but .xls.

I do know that these are the only templates I've created where I've stored
macros and created menu bars (with macros). Could that be a problem? It is
the ONLY thing I can think of that makes these files different than others on
my computer.

Thanks for trying to help me!




--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Cannot do SAVE AS TEMPLATE (Excel 2003)

Also ... I realize that I can copy the file in Windows Explorer and rename
the copy to get around this problem. I would just like to understand what's
causing it.

Thanks again!
--
Ann Scharpf


"Gord Dibben" wrote:

Is the actual Template open?

i.e. filename.XLT

The Save As should default to *.XLT

If you have a workbook open based upon a Template, try FileSave AsFile
Type and scroll down to MS Excel Template(*.xlt)



Gord Dibben MS Excel MVP

On Thu, 2 Oct 2008 13:54:05 -0700, Ann Scharpf
wrote:

I have a template file that I want to use as the basis for another template.
I modify the file and then, when I click "File Save as" the only item that
appears in the "Save as type" dropdown is the .xls option. I swear I have
done this before without a problem.

How do you take one template and save it under a different name as another
template?

As always, thanks very much for your help.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 SP2 / SP3 Save / Save As over a WAN Mike Fin Excel Discussion (Misc queries) 0 May 9th 08 05:11 PM
Save user-defined chart types in a shared Excel template? graphicslady Charts and Charting in Excel 7 September 7th 06 02:07 PM
save from template to excel sheet ELZNHS00 Excel Discussion (Misc queries) 0 August 2nd 06 05:51 PM
How to save a downloaded excel template to use over and over Theironlumly Excel Discussion (Misc queries) 2 July 26th 06 04:28 AM
How do I save a record from an excel template to a database in a . Fred Smith Excel Discussion (Misc queries) 1 November 30th 04 01:49 PM


All times are GMT +1. The time now is 09:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"