You're title is misleading. Can you please edit it as per forum rules below
Something like
VBA Noob![]()
Dim Ans As String Ans = MsgBox("Save changes ?", _ vbYesNo, "Save File") If Ans = vbNo Then Exit Sub ' the macro ends if the user selects the CANCEL-button If Ans = vbYes Then Application.GetSaveAsFilename
Bookmarks