Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there a way (in code) to test if a workbook / sheet is protected, without unprotecting it? thanks Tim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
directly from the vBA help: If Worksheets("Sheet1").ProtectContents = True Then MsgBox "The contents of Sheet1 are protected." End If -- Regards Frank Kabel Frankfurt, Germany "Tim Marsden" schrieb im Newsbeitrag ... Hi, Is there a way (in code) to test if a workbook / sheet is protected, without unprotecting it? thanks Tim |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tim,
If you still have any concern on this issue, please feel free to post here. Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to enable Copy and Paste when the sheet and workbook is protected | Excel Discussion (Misc queries) | |||
Cursor does not move on one sheet in protected workbook | Excel Worksheet Functions | |||
Excel - unprotect certain cells in protected sheet/workbook | Excel Discussion (Misc queries) | |||
Auto Filter - Protected sheet/workbook | Excel Discussion (Misc queries) | |||
VB Code does not work when sheet or workbook is protected | Excel Programming |