GetObject Template
Alex, I'm not sure what you are trying to do. Can you just use:
Dim wb as Workbook
Set wb = Workbooks.Add("C:\YourPath\YourTemplate.xlt")
--
Charles Chickering
"A good example is twice the value of good advice."
"Alex" wrote:
Using GetObject, how can I indicate an Excel template that I want the file to
use?
Thanks
Alex
|