C
camilla
How can I do a check if both checkbox H28 and checkbox H29 is selected.in a
document?
I tried this but get errormessage 13
Public Sub KollkryssHuvud()
If ActiveDocument.Bookmarks("H28"). = True And
ActiveDocument.Bookmarks("H29") = True Then
MsgBox ("Du måste välja antingen Ja eller Nej")
End If
End Sub
Camilla
document?
I tried this but get errormessage 13
Public Sub KollkryssHuvud()
If ActiveDocument.Bookmarks("H28"). = True And
ActiveDocument.Bookmarks("H29") = True Then
MsgBox ("Du måste välja antingen Ja eller Nej")
End If
End Sub
Camilla