View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_18_] Tim[_18_] is offline
external usenet poster
 
Posts: 1
Default Any way to set the Default Filename for a new document?

I have an Excel Template (XLT) I've created. When the user creates a new file
from the template, it asks for certain information and fills those in on the
form automatically.

When the user goes to save, I'd like to have the default filename given in the
Save As dialog box be something like "Price Quotation - [Company Name
Here].xls". Right now, when you go to save, it is the same name as the XLT plus
a "1" at the end....

Anyway to set this in VBA?