Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 5 Mar 2007 16:24:18 -0800, Jay
wrote: Sub kirkm() For Each ws In ActiveWorkbook.Sheets ws.Protect Next 'ws End Sub To unprotect them, change the term "Protect" to "Unprotect". Or you can manually unprotect each sheet using Excel's menu: Tools|Protection|Unprotect Sheet... Thanks Jay, that just what I wanted. Haven't got any locked cells so that shouldn't be a factor. Cheers - Kirk. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have a read only xl file, I need it to be read and write | Excel Discussion (Misc queries) | |||
Read-write/Read-only | Excel Discussion (Misc queries) | |||
XCEL FILE REC'D AS READ ONLY -- HOW TO NOT BE "READ ONLY" | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) |