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
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