I have this template that prompts you to enter in the property information upon opening. Is there a way to take that info that they enter in those properties to go to designated bookmarks?
This is what I am using for the properties just incase you need to know.
Sub AutoNew()
Dialogs(wdDialogFileSummaryInfo).Show
End Sub
This is what I am using for the properties just incase you need to know.
Sub AutoNew()
Dialogs(wdDialogFileSummaryInfo).Show
End Sub