Thread: checkboxes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mark mark is offline
external usenet poster
 
Posts: 196
Default 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