Check box control
Posted by Damien O'Donnell on June 14, 2001 11:37 PM
using a check box to reformat a worksheet is great you simply check the value of the check box using vb code
i.e if checkbox1.value = true then whatever
the problem i have is that I can't change the value or state of the check box using vb code do you know how