Check Boxes

J

John Crews

I am looking for a way to find out if a check box (or actually if one of two
check boxes) have been checked. I need to do this in a text form field on
the properties Expression field using Calculation as the type. I tried
something like this IF(CheckBox1,1,2) in the Expression but it did not work.
I have the calculate on exit check on the check boxes. I would prefer not
to do this in VBA. I would prefer to do this using the Calculate On Exit
and Expression.

Does anyone have any advice for me?
 
M

macropod

Answered in microsoft.public.word.vba.general.

Please don't post the same question multiple times.

You cannot do this without vba.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top