I have a bunch of checkbox fields (from the control box, not the forms toolbar) in a table in Word. I need to create a check all and check none feature. I'm looking for the correct syntax for a line of code that is like: for each control in me.controls. I have tried just that and I get "method or data member not found" I'm guessing I can only use the me.controls with userforms? The checkboxes that are in the toolbox, is msforms the correct class for those? Any ideas?