+ Reply to Thread
Results 1 to 2 of 2

Is sheet protected

Hybrid View

  1. #1
    Lp12
    Guest

    Is sheet protected

    Hi All,
    1) How can i inquire if a sheet is protected?
    2) How can i programmatically call the protect sheet dialog box?
    Thanks in advance....


  2. #2
    Bob Phillips
    Guest

    Re: Is sheet protected

    1) MsgBox ActiveSheet.ProtectContents

    also check ProtectScenarios and ProtectDrawingObjects

    2) application.Dialogs(xlDialogProtectdocument).Show

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Lp12" <[email protected]> wrote in message
    news:[email protected]...
    > Hi All,
    > 1) How can i inquire if a sheet is protected?
    > 2) How can i programmatically call the protect sheet dialog box?
    > Thanks in advance....
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1