Hi,
Been a while since I posted last, but I have ran into a problem adding in a SaveAs routine to an existing macro.
This is what I am trying to add in:
On Error Resume Next
With Application.FileDialog(msoFileDialogSaveAs)
.Title = "Where do you want to save the file?"...