Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use a loop something like
for each ws in worksheets if ws.name <"sheet1" then ws.protect.password="joe" next -- Don Guillett SalesAid Software "Nick S" wrote in message ... I have three sheets Sheet1, 2 & 3. I want to create a script that will password protect sheets 2 & 3 only. Any help will be greatly appreciated. Nick. -- Nick S ------------------------------------------------------------------------ Nick S's Profile: http://www.excelforum.com/member.php...o&userid=16512 View this thread: http://www.excelforum.com/showthread...hreadid=527642 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting selected cells in a worksheet | Excel Discussion (Misc queries) | |||
Protect selected cells without protecting worksheet | Excel Discussion (Misc queries) | |||
Protecting Macro and selected sheets | Excel Discussion (Misc queries) | |||
Default cursor/selected cell position after protecting | Excel Worksheet Functions | |||
Protecting buttons with VB code rather than protecting sheets/books? | Excel Programming |