View Single Post
  #5   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:
ry I had a typo

replace the line with

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


Thanks again!

Now I got another message: "Compile error: Method or Data member not
found."

Thanks.

Ivan