Hi,

I have an Excel WorkBook (xls) open and I want to return ,via code, the
Template (xlt) that this WorkBook is based on .

I know there is a Property in MS Word called : 'AttachedTemplate' that does
that as follows :

MsgBox ActiveDocument.AttachedTemplate.FullName

However, there is no such Property in Excel.

Any Ideas ?

Regards.