R
rob p
This is related to another of my posts but I want to keep separate so not to
confuse. I have a number of checkboxes in different cells (one checkbox
only in a cell).
What is selection.cells(1) ? Is this cell # 1 or just the first cell of
possibly more than 1?
Same question: selection.formfields(1)
Same question: selection.formfields.count 1 (or 0) ???
I want one macro that refers to a checkbox by discovering it's (checkbox's)
name or number rather than hard coding the name in - (like
activedocument.formfields("check1").checkbox.value = whatever....) Hard
coding would work I guess but I would need a separate copy of one macro for
each form field with it's own unique form field name.
Thanks.
confuse. I have a number of checkboxes in different cells (one checkbox
only in a cell).
What is selection.cells(1) ? Is this cell # 1 or just the first cell of
possibly more than 1?
Same question: selection.formfields(1)
Same question: selection.formfields.count 1 (or 0) ???
I want one macro that refers to a checkbox by discovering it's (checkbox's)
name or number rather than hard coding the name in - (like
activedocument.formfields("check1").checkbox.value = whatever....) Hard
coding would work I guess but I would need a separate copy of one macro for
each form field with it's own unique form field name.
Thanks.