Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I find the base template of a workbook (the template upon which
the workbook is based)? (In Word, it is ActiveDocument.BaseTemplate). |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sonny
There is nothing similar in Excel, that I know. The new workbook will have the same properties (File - Properties) of the template, so if you had some unique information in the properties of the template, you will have that in the new workbook also. ActiveWorkbook.BuiltInDocumentProperties("Subject" ) -- Dick Kusleika MVP - Excel www.dicks-clicks.com Post all replies to the newsgroup. "Sonny Maou" wrote in message ... How do I find the base template of a workbook (the template upon which the workbook is based)? (In Word, it is ActiveDocument.BaseTemplate). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
List of All Workbook's Worksheets | Excel Worksheet Functions | |||
REMOVING WORKBOOK'S ALL FORMULAS | Excel Discussion (Misc queries) | |||
easy way to Consolidate Data within workbook's various worksheets | Excel Worksheet Functions | |||
easy way to Consolidate Data within one workbook's various workshe | Excel Worksheet Functions | |||
How to force Workbook's macro unloading? | Excel Programming |