Hi,

I am trying to write a code that saves the work book with the following name convention
Sheets("sheet1").Range("C3").Value & Sheets("sheet1").Range("C5").Value & _format (date, "yymmdd")
and ask user for a file path.

Can you help?

Thanks