I´m trying to deactivate or hide some controls in excel with a vb code.
I hide the controls when some sheets are activate with the code:
Private Sub Worksheet_Activate()
'some code. works fine
end sub
and then unhide the controls again with the code
Private Sub...