Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to check that a complicated (for me) protection routine is
coded and operating correctly. Addin code allows a User to select their workbook(s) and then continues to open their selection. As it does so, code ends with .Protect .EnableSelection = xlUnlockedCells Can I say something like: Sub Test_Protection() Dim ws As Worksheet, c As Range For Each ws In ActiveWorkbook.Worksheets With ws For Each c In .UsedRange.Columns("A:G") If Not c.Locked = True Then 'User is permitted to edit this cell, so color it: c.Interior.ColorIndex = 34 End If Next End With Next End Sub This doesn't work for me. Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protection and Spell check | Excel Worksheet Functions | |||
Spell check and protection | Excel Discussion (Misc queries) | |||
Protection of check boxes in excel 2002 | Excel Discussion (Misc queries) | |||
Spell Check w/ Protection | Excel Discussion (Misc queries) | |||
VBA code delete code but ask for password and unlock VBA protection | Excel Programming |