Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Data Val Reset Does Not Work With Sheet Protection

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Data Protection Best Practice: AKA: Real Sheet Protection Mushman(Woof!)[_2_] Excel Discussion (Misc queries) 4 December 30th 09 01:20 AM
Excel Data Protection- AKA: Sheet/Macro Password Protection Mushman(Woof!) Setting up and Configuration of Excel 0 December 29th 09 06:50 AM
Why does'nt sheet protection allow CTRL+PAGEUP/DOWN to work? rtm4833 Excel Worksheet Functions 0 March 15th 06 04:08 PM
work sheet protection taxrelief Excel Discussion (Misc queries) 1 July 20th 05 05:43 AM
Workbook/sheet protection doesn't seem to work Mark Stephens Excel Programming 1 June 12th 05 12:01 AM


All times are GMT +1. The time now is 01:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"