Thread: Macro Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Newbeetle Newbeetle is offline
external usenet poster
 
Posts: 98
Default Macro Help

I reckon this may be simple, but I'm stuck;

I have the following code

Private Sub clearwateraudit_Click()
With Sheet1
..CheckBoxes.Value = False
End With
End Sub

This is used to uncheck all check boxes on sheet 1

I want to amend this to uncheck buttons on sheet 2 and sheet 3 also!


Thanks for your help