Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following code that I run to protect a sheet
ActiveSheet.Protect Password:="xyz", DrawingObjects:=True, Contents:=True, Scenarios:=True Sheets("Visit Log").Select ActiveSheet.Protect Password:="xyz", DrawingObjects:=True, Contents:=True, Scenarios:=True Range("D7").Select I have all required cells within the sheet "Visit Log" unlocked. These unlocked cells are Data Validation drop down lists which run a change event code when selected (just changes the background colour) My problem is that when my sheet is protected with the above code, the Change event code doesn't work Any ideas? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
Protecting Sheet | Excel Worksheet Functions | |||
Sheet Protecting password | Excel Discussion (Misc queries) | |||
Protecting a sheet that includes a solver function | Excel Worksheet Functions | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |