checkboxes
If you are saving the value to the worksheet, then use
Range("A1").Value = Checkbox1.Value * -1
looks like something along that line is what I'll have to
do, though I may just do it in a summarization
spreadsheet, instead of actually using the code in the
evaluation form that this is in.
thanks.
Mark
|