Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using Office 2003 and Windows XP;
Call me lazy; is there a way to open an unsaved copy of a normal XLS in memory as though it were a template, without having to actually save the XLS as an XLT? If this is possible could someone please post generic example VBA or VBScript to do it? Thanks much in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Instead of
Workbooks.Open sFileName use Workbooks.Add sFileName the workbook named sFileName will be used as a template, whether or not it was saved as such. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "XP" wrote in message ... Using Office 2003 and Windows XP; Call me lazy; is there a way to open an unsaved copy of a normal XLS in memory as though it were a template, without having to actually save the XLS as an XLT? If this is possible could someone please post generic example VBA or VBScript to do it? Thanks much in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy unsaved worksheet "Book" to a Saved workfile | Excel Worksheet Functions | |||
Copy/Paste - Running out of Memory | New Users to Excel | |||
Not enough memory error - Can't open file | Excel Discussion (Misc queries) | |||
Open / Close Workbook Memory issue | Excel Programming | |||
Make an unsaved file copy in memory? | Excel Programming |