Saveas by Bookmark Name
Trying to create a macro to save document to my documents folder using the following bookmark name ("ActName"). however, it saves the file with wording "FORMTEXT" and then the bookmark name
FORMTEXT ABC Account.docm
I would like it to save this way: ABC Account.docm.
Currently using the following code:
Private Sub CommandButton11_Click()
ActiveDocument.SaveAs FileName:=ActiveDocument.Bookmarks("ActName").Rang e.Text
End Sub
Thank you,
|