Save at start of month

  • Thread starter Thread starter Ben Allen
  • Start date Start date
B

Ben Allen

Hi,
I would like to create a macro so that the first time the spreadsheet is
opened in a month a form is initiated allowing the user to select a
directory, then another allowing the user to select a name, however, that
defaults to "Eurotours-*Month* *Year*.xls
I dont have a clue were to start,
Thanks for your help.
Ben

--
Cheers,
Ben

Remove your.tonsils to reply
"You only live once but if you do it right once is enough!"
 
Hi Ben,

just a thought:
it takes me 5 minutes to create the files for the next 5 years. How long
will you need to write your code?

you will need the SaveCopyAs-method for saving. you'd set the month and year
automatically, have the user enter the desired path in a cell of the
worksheet.

Otherwise, you could have a try with SaveAs-method or
GetSaveAsFilename-method.

regards

arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Saving with date in filename 3
Date Change 1
Deleting row dependent upon drop-down list value 4
Sending Workbook By Email 8
Date Validation 2
Graph Macro 1
Auto-Select Range 12
Multiply All values by a cell 7

Back
Top