You are reading a single comment by @NotThamesWater and its replies. Click here to read the full conversation.
  • [code]dim myFileName as string
    ....
    myFileName = whatevercell.value & "some other words" & Format(Now, "mm") & ".xlsx"
    ...
    ActiveWorkbook.SaveAs Filename:=myFileName
    [/code]

    or something - I forget the save file bit

    [Edit] That's it

About