View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Libby Libby is offline
external usenet poster
 
Posts: 151
Default Determine if a sheet is protected?

Hi Robert,

Sheet1.ProtectContents

True = protected, False = unprotected.


"Robert Crandal" wrote:

How can I determine if a sheet is protected or not?

thank u


.