Checkboxes

Last Edited By Krjb Donovan
Last Updated: Mar 05, 2014 09:18 PM GMT

QuestionEdit

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.

AnswerEdit

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

©2024 eLuminary LLC. All rights reserved.