Thread: Load Template
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rahul rahul is offline
external usenet poster
 
Posts: 13
Default Load Template

1. Is it possible to load a Excel template in an existing workbook?
2. Also, is it possible to know from the workbook which template it has
loaded?

I used Application.WorkBooks.Add() but this opens a new workbook.