View Single Post
 
Old 03-10-2014, 05:07 PM
worder worder is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Jan 2014
Posts: 7
worder is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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!!
Reply With Quote