View Single Post
 
Old 02-02-2024, 02:59 PM
TangInaMo TangInaMo is offline Windows 11 Office 2013
Novice
 
Join Date: Oct 2023
Posts: 3
TangInaMo is on a distinguished road
Default 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
Reply With Quote