Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Using XL 2003
Can someone explain the differences between: (A) ActiveSheet.Protect UserInterfaceOnly:=True vs. (B) ActiveSheet.Unprotect In most cases where I have protected sheets, I can use (A) with no problems. When attempting to use a macro to first delete then re-establish data validation with different parameters (in a selected Range), I ran into a type of " lost contact with X or Y error". If I manually unprotected the sheet then ran the macro all was OK. What I found was Test Sub1() ActiveSheet.Unprotect .. .. "Data validation via VBA code" .. .. .. .. ActiveSheet.Protect ' works End Sub Test Sub2() ActiveSheet.Protect UserInterfaceOnly:=True .. .. .. "Data validation via VBA code" .. .. .. ' did not always work as mostly received ' error message mentioned above End Sub Any thoughts as to why? Dennis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to find the working days difference between to dates? | Excel Discussion (Misc queries) | |||
Date difference | Excel Worksheet Functions | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel | |||
Cell formats, and time difference | Excel Discussion (Misc queries) | |||
How to get difference in hours | Excel Worksheet Functions |