Hi Kaper,
Not sure if this needs to appear as a new thread, but I need to run your macro on a protected sheet, so I tried putting teh code between ''Sheets("Data").Unprotect Password:="password" and 'Sheets("Data").Protect Password:="password", but when selecting an option from the first column, the sheet unlocks, which is fine, but this allows the user to enter things in unlocked cells which I don't want.
The behaviour I need is that when the user selects an option from the fist dropdown, the sheet unlocks then locks and this is then repeated when the select an option from the second dropdown but at all other times the sheet reamins locked.
Do I need to include ''Sheets("Data").Unprotect Password:="password" and 'Sheets("Data").Protect Password:="password" twice in the code and if so where about should they sit exactly?
Bookmarks