I have this very simple macro that clears some cells when i press "clear" button.
Although when i protect the sheet it doesnt work.
Is there a way to avoid this?
Below the code
Thanks![]()
Sub Clear() ' ' Clear Macro ' Clear ' ' ' Range("E6:G11").Select Selection.ClearContents Range("E6").Select End Sub Private Sub ComboBox1_Change() End Sub
Bookmarks