View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Krystal Peters[_2_] Krystal Peters[_2_] is offline
external usenet poster
 
Posts: 1
Default new template & save on first open

Developing a template for a monthly report. I want when the template is
first used to prompt to save the file using this format "filename - month
year" .xls

I am able to get month and year, but cannot get the file to save when the
template is first used? Know to use Workbook_Open() on the ThisWorkbook
module...

Any suggestions? Thanks,