VBA UserForm and Bookmarks

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
 
D

Doug Robbins

Hi Marco,

It would be easier to advise you if you explained exactly what it is that
you are doing from go to whoa.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top