+ Reply to Thread
Results 1 to 2 of 2

How can I sort a protected page

Hybrid View

  1. #1
    AK 47
    Guest

    How can I sort a protected page

    I have a aggregate scoring page that has programming for calculations embeded
    within
    As i do not want the programming to be altered in any way i have protected
    the page but this stops the users from sorting the page after they have
    entered all the scores
    How can i overcome this

  2. #2
    Jean-Yves
    Guest

    Re: How can I sort a protected page

    Hi,

    You can add a custom button with a sorting macro attached to it.
    On workbook_open event, I use :
    Sheet1.Protect Password:=PW, userinterfaceonly:=True
    "userinterfaceonly" means that a macro CAN modified a protected worksheet,
    so the sorting macro will work.
    Regards
    JY

    "AK 47" <AK 47@discussions.microsoft.com> wrote in message
    news:E716D2C6-F8BB-4BF2-BB73-08A1C0023E79@microsoft.com...
    > I have a aggregate scoring page that has programming for calculations

    embeded
    > within
    > As i do not want the programming to be altered in any way i have protected
    > the page but this stops the users from sorting the page after they have
    > entered all the scores
    > How can i overcome this




+ 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