View Single Post
 
Old 03-10-2014, 03:43 AM
macropod's Avatar
macropod macropod is online now Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote