+ Reply to Thread
Results 1 to 4 of 4

How do I enable autofilter on a protected shared workbook?

Hybrid View

  1. #1
    Bungle
    Guest

    How do I enable autofilter on a protected shared workbook?

    How do I do this in Excel 2000? I can get autofilter working in a protected
    sheet using a vbr code, but can't get this autofilter working in a protected
    shared workbook. Anyone know how to resolve this?

  2. #2
    Dave Peterson
    Guest

    Re: How do I enable autofilter on a protected shared workbook?

    The bad news is that you want to change the protection of a worksheet with
    something like:

    With Worksheets("sheet1")
    .Protect Password:="hi", userinterfaceonly:=True
    .EnableAutoFilter = True
    End With

    But you can't change worksheet protection in a shared workbook.

    I think you'll have to make a choice--shared or filters.

    Bungle wrote:
    >
    > How do I do this in Excel 2000? I can get autofilter working in a protected
    > sheet using a vbr code, but can't get this autofilter working in a protected
    > shared workbook. Anyone know how to resolve this?


    --

    Dave Peterson

  3. #3
    Bungle
    Guest

    Re: How do I enable autofilter on a protected shared workbook?

    Cheers Dave,

    I kind of thought that that may be the case. It does seem a little stupid
    though doesn't it?!

    "Dave Peterson" wrote:

    > The bad news is that you want to change the protection of a worksheet with
    > something like:
    >
    > With Worksheets("sheet1")
    > .Protect Password:="hi", userinterfaceonly:=True
    > .EnableAutoFilter = True
    > End With
    >
    > But you can't change worksheet protection in a shared workbook.
    >
    > I think you'll have to make a choice--shared or filters.
    >
    > Bungle wrote:
    > >
    > > How do I do this in Excel 2000? I can get autofilter working in a protected
    > > sheet using a vbr code, but can't get this autofilter working in a protected
    > > shared workbook. Anyone know how to resolve this?

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: How do I enable autofilter on a protected shared workbook?

    There are a lot of features that are disabled with shared workbooks.

    I'm not sure if anyone (outside of MS) actually knows why they didn't choose to
    enable some.



    Bungle wrote:
    >
    > Cheers Dave,
    >
    > I kind of thought that that may be the case. It does seem a little stupid
    > though doesn't it?!
    >
    > "Dave Peterson" wrote:
    >
    > > The bad news is that you want to change the protection of a worksheet with
    > > something like:
    > >
    > > With Worksheets("sheet1")
    > > .Protect Password:="hi", userinterfaceonly:=True
    > > .EnableAutoFilter = True
    > > End With
    > >
    > > But you can't change worksheet protection in a shared workbook.
    > >
    > > I think you'll have to make a choice--shared or filters.
    > >
    > > Bungle wrote:
    > > >
    > > > How do I do this in Excel 2000? I can get autofilter working in a protected
    > > > sheet using a vbr code, but can't get this autofilter working in a protected
    > > > shared workbook. Anyone know how to resolve this?

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    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