johnwill8258
New Member
- Joined
- Sep 15, 2016
- Messages
- 14
For my table of column cells, I'd like the checkbox(form control) in each cell to be checked/unchecked with a click of a macro button (form control).
i.e,
for (each table column H cells checkbox)
if (not checked)
check
else
uncheck
From search, I found that people use the name of the checkboxes in the language to check/uncheck. However, since I do not want checkbox name visible, I deleted those. The checkboxes are individually linked to respective column cell.
Since I am uncertain if there will be other type of checkboxes included, I do not want all checkboxes in the activesheet to check/uncheck with activated button; only the column H checkboxes.
I'd appreciate any help with this.
Thank you!
i.e,
for (each table column H cells checkbox)
if (not checked)
check
else
uncheck
From search, I found that people use the name of the checkboxes in the language to check/uncheck. However, since I do not want checkbox name visible, I deleted those. The checkboxes are individually linked to respective column cell.
Since I am uncertain if there will be other type of checkboxes included, I do not want all checkboxes in the activesheet to check/uncheck with activated button; only the column H checkboxes.
I'd appreciate any help with this.
Thank you!