Don't use checkboxes use this example
To get true or false, assuming checks are in Column A
=ISBLANK(A1)
Don't use checkboxes use this example
To get true or false, assuming checks are in Column A
=ISBLANK(A1)
Last edited by royUK; 12-09-2010 at 07:27 AM.
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
You can do with much less code:
or use the property CheckBox1.LinkedCell="F12"![]()
Private Sub CheckBox1_Click() Checkbox1.TopLeftCell.value=chckbox1.value End sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks