Hi,
We are converting our Word 2002 templates to Word 2010. In the old Word our code for the userform initialize event we used this code and it worked fine but does not work in 2010.
If ActiveDocument.FormFields("bmDaily")= True Then
Me.ckDaily.Value = True
Else
Me.ckDaily.Value = False
End If
Does anybody know what the new syntax for Word 2010 is?
Lisa
We are converting our Word 2002 templates to Word 2010. In the old Word our code for the userform initialize event we used this code and it worked fine but does not work in 2010.
If ActiveDocument.FormFields("bmDaily")= True Then
Me.ckDaily.Value = True
Else
Me.ckDaily.Value = False
End If
Does anybody know what the new syntax for Word 2010 is?
Lisa