C
caring4211
I've written the following code and now I'm receiving a runtime error message
for "runtime error 5941" "the requested member of the collection does not
exist"
Can someone tell me what I'm doing wrong? Here is the code:
Set vOne = ActiveDocument.FormFields("bkone").checkbox
If vOne.Value = True Then
ActiveDocument.Bookmarks("bkOneTwo").Select
End If
Please advise!
for "runtime error 5941" "the requested member of the collection does not
exist"
Can someone tell me what I'm doing wrong? Here is the code:
Set vOne = ActiveDocument.FormFields("bkone").checkbox
If vOne.Value = True Then
ActiveDocument.Bookmarks("bkOneTwo").Select
End If
Please advise!