Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone please confirm that even with protection
UserInterfaceOnly:=True set for a worksheet, I still cannot read or use replace method with cells that are set hidded. I currently have to completely unprotect the sheet or leave the cells un-hidded... I don't like either of these options, because the users either see the formulas or the sheet would be unprotected if the code pukes... Anythoughts?!? -Rik Read CellVal = Worksheets("sheet1").Range("U2").Formula Replace Worksheets("sheet1").Range("A1:AI164").Replace _ What:="Template", Replacement:="" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reading data from hidden sheet | Excel Discussion (Misc queries) | |||
UserInterfaceOnly & Password Protection | Excel Discussion (Misc queries) | |||
How to keep hidden columns hidden using protection | Excel Discussion (Misc queries) | |||
worksheet protection reading | New Users to Excel | |||
formulas are reading weird | Excel Worksheet Functions |