+ Reply to Thread
Results 1 to 3 of 3

Unprotect shared worksheet

Hybrid View

  1. #1
    Stefi
    Guest

    Unprotect shared worksheet

    Hi All,

    I created a protected worksheet in a shared workbook in order to allow the
    users accessing only certain cells, but in macros I should like to change
    some locked cells. Unfortunately XL2000 doesn't allow UnProtect method in a
    shared workbook.
    What can I do to fulfil both requirements (sharing and unprotecting)
    simultaneously?

    Thanks,
    Stefi


  2. #2
    Dave Peterson
    Guest

    Re: Unprotect shared worksheet

    You can't.

    You have to make a choice.

    If you drop the sharing, you can protect the worksheet with
    userinterfaceonly:=true--so your macro can change things that the user can't.

    But this setting doesn't stick after you close the workbook and reopen it. You
    have to change the protection when the workbook is reopened. And sharing the
    workbook kills that, too.



    Stefi wrote:
    >
    > Hi All,
    >
    > I created a protected worksheet in a shared workbook in order to allow the
    > users accessing only certain cells, but in macros I should like to change
    > some locked cells. Unfortunately XL2000 doesn't allow UnProtect method in a
    > shared workbook.
    > What can I do to fulfil both requirements (sharing and unprotecting)
    > simultaneously?
    >
    > Thanks,
    > Stefi


    --

    Dave Peterson

  3. #3
    Stefi
    Guest

    Re: Unprotect shared worksheet

    Thanks Dave, I'm not happy, but the question is cleared!
    Regards,
    Stefi


    „Dave Peterson” ezt *rta:

    > You can't.
    >
    > You have to make a choice.
    >
    > If you drop the sharing, you can protect the worksheet with
    > userinterfaceonly:=true--so your macro can change things that the user can't.
    >
    > But this setting doesn't stick after you close the workbook and reopen it. You
    > have to change the protection when the workbook is reopened. And sharing the
    > workbook kills that, too.
    >
    >
    >
    > Stefi wrote:
    > >
    > > Hi All,
    > >
    > > I created a protected worksheet in a shared workbook in order to allow the
    > > users accessing only certain cells, but in macros I should like to change
    > > some locked cells. Unfortunately XL2000 doesn't allow UnProtect method in a
    > > shared workbook.
    > > What can I do to fulfil both requirements (sharing and unprotecting)
    > > simultaneously?
    > >
    > > Thanks,
    > > Stefi

    >
    > --
    >
    > Dave Peterson
    >


+ 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