View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] rottvan@yahoo.com[_2_] is offline
external usenet poster
 
Posts: 4
Default How to reset checkboxes from control tool box?


stevebriz wrote:
what is the line is the error on?


It is the line below with ".Controls" being hightlighted.

Me.Controls("Checkbox" & k).Value = False 'set all boxes false

Thanks

Ivan