Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() hey all, I know how to determine if a worksheet is protected. For example: If WorkSheets("name_here").ProtectContents = True Then MsgBox ("This worksheet is protected.") Else 'Perform code End If But this situation calls for determining if the ACTIVE worksheet is protected. In other words, the user creates a new worksheet everyday and changes its name. We need to determine if that worksheet is protected or not. How can we accomplish this? Thanks in advance for the expertise! -- mthomas ------------------------------------------------------------------------ mthomas's Profile: http://www.excelforum.com/member.php...o&userid=25649 View this thread: http://www.excelforum.com/showthread...hreadid=396153 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Edit text format in non-protected cells in protected worksheet | Excel Discussion (Misc queries) | |||
Copying the active worksheet to another worksheet in the same work | Excel Worksheet Functions | |||
How can I have formatting toolbar active for the unprotected(unlocked) cells of the protected worksheet??? | Excel Discussion (Misc queries) | |||
Altering code to reference the worksheet before the active worksheet | Excel Programming | |||
macro to apply worksheet event to active worksheet | Excel Programming |