View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RMJames RMJames is offline
external usenet poster
 
Posts: 4
Default Sava As and templates

Hi All


I have created a excel template based application call MyProgram.xlt.
But on using the template to create a new excel file. The Save As box
prompts for a new name, which by default is the original name plus 01.

The problem is on saving the file it gets a 01 as the extension and not
a xls. I think it is because the filename is in quotes "MyProgram01".
MyProgram01.01

How can i fix this so the users can just push ok and does not need to
remove the quotes to get MyProgram01.xls

Cheers

Richard