Hi everyone i use the below code to bring up a userform that allows the save as feature to pop up. Id like to modify it so the file name that it saves as is some other text and NOT the original file name. Thanks for any help.
sd
Code:
Private Sub CommandButton1_Click()
Application.Dialogs(xlDialogSaveAs).Show
SaveWFMTool.Hide
End Sub
sd