Hi Ron:
You are still coding "If Check1 = True"
It always will be True, because Check1 is the checkbox control itself. That
contains something (a checkbox) so it is value is NOT "nothing" and
therefore, is true always.
You need to say "If Check1.Value = True then" which tests the Value property
that Check1 contains. That will toggle between True and False depending on
what the user does. Check1 has several other properties as well: for
example, its name. But there is only one .Value.
Did you look at the examples I referred you to?
Cheers
On 22/12/09 10:51 PM, in article 59baf976.-1@webcrossing.JaKIaxP2ac0,
This email is my business email -- Please do not email me about forum
matters unless you intend to pay!
--
John McGhie, Microsoft MVP (Word, Mac Word), Consultant Technical Writer,
McGhie Information Engineering Pty Ltd
Sydney, Australia. | Ph: +61 (0)4 1209 1410
+61 4 1209 1410, mailto:john@mcghie.name