Wendy,
If you want to navigate to your folder and manually enter your filename:
Sub WendySaver()
ActiveWorkbook.SaveAs Application.GetSaveAsFilename
End Sub
Otherwise, you could automatically create a file name (such as from the
value of a certain cell with a date appended), but you would need to post
your requirements first to make that a worthwhile exercise.
HTH,
Bernie
MS Excel MVP
wendyh said:
I need to record a macro that allows me to save the workbook with another
file name. I cannot stop the recorder with the 'Save As' window active. My
workbook needs to be saved with a different fiename each time I use it for
customer details.