Q
Quantum
What is wrong with this? What is the proper syntax for inserting text into
the bookmark?
Private Sub OptionButton1_Click()
ActiveDocument.Bookmarks(Cholesterol).Range.InsertAfter "your cholesterol is
fine."
End Sub
the bookmark?
Private Sub OptionButton1_Click()
ActiveDocument.Bookmarks(Cholesterol).Range.InsertAfter "your cholesterol is
fine."
End Sub