1
Automation Interface, Add-Ins and Tools / can't find checkbox control in word document
« on: January 24, 2006, 06:19:03 am »
I am automating a word template with visual basic 5.0
as a form with fields that the program fills out
automatically. The form has two checkboxes
that I want to change the value of under certain
conditions. I cant find them anywhere but there is a
check box control that shows up in the object browser
but when I use the code I get "method or data member
not found". Where is is
??
as a form with fields that the program fills out
automatically. The form has two checkboxes
that I want to change the value of under certain
conditions. I cant find them anywhere but there is a
check box control that shows up in the object browser
but when I use the code I get "method or data member
not found". Where is is
