Need help please! Bookmarks!
Hello All,
Need your expertise as I'm fairly new and still learning VBA through videos and forum discussions.
I created a userform that allows the user to click on a checkbox that pulls in specific language(RRchng). Within the bookmark, I inserted a text field (rateRR) for the user to enter a rate.
When I enter the VBA language and execute the form, it is giving an error message.
If CheckBox9.Value = False Then
ActiveDocument.Bookmarks("RRchng").Range.Delete
End If
Dim bpsRR As Range
Set bpsRR = ActiveDocument.Bookmarks("rateRR").Range
bpsRR.Text = Me.bpsRR.Value
Please help!
Thanks
|