PDA

View Full Version : Can I get / return the value from Winword's form / Winword's Checkboxes ?



justuptou
05-20-2019, 06:39 PM
Can I get / return the value from Winword's form / Winword's Checkboxes ?

gmayor
05-20-2019, 08:43 PM
You asked a similar question at http://www.vbaexpress.com/forum/showthread.php?65161-Can-I-use-Excel-VBA-with-data-to-create-a-WinWord-form-(Consists-to-control-Checkbox
the answer to which shows how to get the value of a check box. i.e.


Dim bChecked As Boolean
bChecked = ActiveDocument.SelectContentControlsByTitle("Title of Checkbox").Item(1).Checked

justuptou
05-23-2019, 07:21 PM
Thanks.

macropod
05-23-2019, 10:06 PM
Kindly don't post questions about the same issue in multiple threads. Thread closed. You may continue the discussion in your original thread.