![]() |
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 |
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. |
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. |
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. |
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! |
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! |
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 |
All times are GMT +1. The time now is 02:23 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com