
03-10-2014, 05:07 PM
|
Novice
|
|
Join Date: Jan 2014
Posts: 7
|
|
Quote:
Originally Posted by macropod
if you create a textbox for the output to go to, you could change 'msgbox ' to:
'activedocument.shapes(1).textframe.textrange.text = '
it would be better, though, to put your checkboxes into a 2-column, 1-row table, so the output can be sent to the second cell in the table. That's because the above method relies on the textbox being the first logical one in the document, whereas a table reference can be made more specific.
|
perfect!! Thanks!!
|