M
Marco
Hello,
I created a VBA UserForm that collects pieces of data from the user and
then created a command procedure that transfered the values to bookmarks in
the document.
The code I used to tranfer values from the userform to the bookmarks was
ActiveDocument.Bookmarks "BookmarkName" . Range.Text = cboBox1.Value
Once the data is collected in the userform and the bookmarks in the document
are populated is there code I can write to create a procedure that will clear
the document of any existing data?
Thanks
Marco
I created a VBA UserForm that collects pieces of data from the user and
then created a command procedure that transfered the values to bookmarks in
the document.
The code I used to tranfer values from the userform to the bookmarks was
ActiveDocument.Bookmarks "BookmarkName" . Range.Text = cboBox1.Value
Once the data is collected in the userform and the bookmarks in the document
are populated is there code I can write to create a procedure that will clear
the document of any existing data?
Thanks
Marco