I have added checkboxes to my form dynamically.I add those when new column is added.Now on a button click i want to check for he status of the checkboxes.How to do that.
Could you please send me your form to ariful.mondal [a] gmail.com
I would do the necessary changes for you.
Example:
If Sheet1.CheckBox1.Value = True Then MsgBox "True" Else MsgBox "False" End If
Please change the "Sheet1" to your sheet name and CheckBox1 with your Checkbox.
Ariful
Advertisement