PDA

View Full Version : Count checked fieldform and content control boxes from word using excel



morganhughes
08-04-2015, 03:46 AM
Hey guys I'm having some trouble making a macro in excel vba, that will count the amount of checked boxes from fieldform and content controls in a word document. Is it possible to look for and find any checked boxes, the checkboxes labels may be named anything so I need to include anything "*" rather than look for fieldforms("check1").checkbox and fieldform("check2").checkbox. Plus I don't know what contentcontrol checked checkboxes are referenced in excel.
Thanks morgan.

Kenneth Hobs
08-04-2015, 06:24 AM
Welcome to the forum!

Review these to get started.
'FormFields
' http://www.mrexcel.com/forum/showthread.php?p=1639696
' http://www.mrexcel.com/forum/showthread.php?t=333200
' http://www.excelforum.com/excel-programming/799070-import-text-fields-from-word.html
' Content Controls
' http://www.vbaexpress.com/forum/showthread.php?t=39654