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!
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!