Bold bookmarked text

A

Angie M.

Hi,

I have the following code to attempt to bold a particular paragraph, which I
have selected and marked (the whole paragraph) with a bookmark:

If ofrmTransmittal.CheckBox1 = True Then
ActiveDocument.Bookmarks("bkpara1").Range.Font.Bold
End If

If you guessed that it doesn't work, you guessed correctly. I want it to be
simple using objects I understand. Can anyone help me? Thank you for your
time
 

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