Set the contents of the File Name text box in the Save As dialog box in Word and then display the dialog box
Sub show() With Dialogs(wdDialogFileSaveAs) .Name = "Yellow Paint Primer" .show End With End Sub