Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone,
I'm not sure about protocols for reposting so apologies if I've got it wrong - I've posted to original post too. http://www.microsoft.com/office/comm...8-22622a8dadc8 I've got a routine that should clear all data validation by putting ="" in the cell ("" is one of my data val list) It's been working fine and then stopped - possibly since I added protection to all of the sheets. I've used the following macro to add user interface only protection and though that this would allow routine to run Sub ProtectUserInterfaceonlyAllSheets() 'protects user interface ALL worksheets For Each Shts In ThisWorkbook.Worksheets Shts.Protect Password:="", UserInterFaceOnly:=True Next End Sub Any help would be appreciated greatly Thank you -- Mifty |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Protection Best Practice: AKA: Real Sheet Protection | Excel Discussion (Misc queries) | |||
Excel Data Protection- AKA: Sheet/Macro Password Protection | Setting up and Configuration of Excel | |||
Why does'nt sheet protection allow CTRL+PAGEUP/DOWN to work? | Excel Worksheet Functions | |||
work sheet protection | Excel Discussion (Misc queries) | |||
Workbook/sheet protection doesn't seem to work | Excel Programming |