R
RW
I have a macro set for the 'Exit' of a checkbox. In the macro I have the
following:
If ActiveDocument.Formfields("Check1").Checkbox.Value = True Then
This line gives me an error 5941
'The requested member of the collection does not exist.'
The checkbox is called "Check1".
I even tried Msgbox(ActiveDocument.Formfields("Check1").Checkbox.Value) in
the Immediate Window and get the same results. Do I need a Reference
installed or something?
following:
If ActiveDocument.Formfields("Check1").Checkbox.Value = True Then
This line gives me an error 5941
'The requested member of the collection does not exist.'
The checkbox is called "Check1".
I even tried Msgbox(ActiveDocument.Formfields("Check1").Checkbox.Value) in
the Immediate Window and get the same results. Do I need a Reference
installed or something?