Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tony,
I assume you understand that being 'Locked' doesn't mean they are protected. All cells by default are locked but that only becomes active after you protect the sheet. To hightlight locked cells then you would need code. Right click your sheet tab, view code and paste the code below in and run it .. To remove the highlighting simply slect all cells and remove the fill colour on the toolbar. Sub Sonic() For Each c In ActiveSheet.UsedRange If c.Locked = True Then c.Interior.ColorIndex = 3 Next End Sub "Tony" wrote: Can you highlight locked cells in excell, so you can check you have locked the right ones, and after checking turn the highlight off |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am locked out of the cells on my excell | Excel Worksheet Functions | |||
Cells - highlight - locked up | Excel Discussion (Misc queries) | |||
how do I highlight duplicates cells in excell prior to deletion | Excel Worksheet Functions | |||
Can I highlight misspelt words in cells when I use the spell check | Excel Discussion (Misc queries) | |||
worksheet is locked on highlight how do I unlock it | Excel Worksheet Functions |