S
Stephen
Hi Folks,
i have a macro which automatically protects all the sheets in a workbook.
Dim ws As Worksheet
For Each ws In ThisWorkbook.Worksheets
ws.Protect Password:="my password here"
Next ws
but i need to allow users the aboloty to change the format options of any
cells even if they are locked.
any help is greatly appreciated.
thanks!
i have a macro which automatically protects all the sheets in a workbook.
Dim ws As Worksheet
For Each ws In ThisWorkbook.Worksheets
ws.Protect Password:="my password here"
Next ws
but i need to allow users the aboloty to change the format options of any
cells even if they are locked.
any help is greatly appreciated.
thanks!