Checkboxes to tables

A

Angyl

The problem: People in my company fill out surveys in Word. The surveys ask
for ratings from 1-5 on certain questions and they use checkboxes to select
the appropriate answer. All of this data later has to be entered later (by
me) into Excel.

My request:
The VBA code (and I'm fairly certain this would be possible) so that if
saaaay, chkBox2 is checked, then a table in the document will put a "2" in a
certain field.

So how would I write something like:

chkBox2 if checked with ActiveDocument.table1 row 1 cell 4 = 2


This'll save me HOURS of work in the future, thanks!
 

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