View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charles Chickering Charles Chickering is offline
external usenet poster
 
Posts: 272
Default 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