G Guest Oct 6, 2006 #1 Using GetObject, how can I indicate an Excel template that I want the file to use? Thanks Alex
G Guest Oct 6, 2006 #2 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")
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")