I'm trying to create a macro to reset the information in my worksheet to its original settings/ cell values however I have two toggle buttons in the worksheet.
I thought I could just insert:
If ToggleButton1.Value = False Then
ToggleButton1.Value = True
End if
As you can see from my post, this obviously didn't work.
I've looked online but can't see this referenced anywhere.
Can anyone help? Thanks.
I thought I could just insert:
If ToggleButton1.Value = False Then
ToggleButton1.Value = True
End if
As you can see from my post, this obviously didn't work.
I've looked online but can't see this referenced anywhere.
Can anyone help? Thanks.