+ Reply to Thread
Results 1 to 8 of 8

How to filter on readonly workbooks

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Slough
    MS-Off Ver
    Excel 2007
    Posts
    469

    Re: How to filter on readonly workbooks

    Hi Wrathastorm,

    If you use a form button and mount the following macro on it (Obviously change the criteria etc. to what you want it to be) then you can advanced filter using that button and an input field for the document.

    Sub AdvancedFilter()
    
        Range("A:AB").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _
            Range("A1:AB2"), Unique:=False
        ActiveWindow.SmallScroll Down:=-18
        ActiveWindow.ScrollRow = 105
    End Sub
    Regards

    Danny

  2. #2
    Registered User
    Join Date
    04-26-2012
    Location
    belfast northern ireland
    MS-Off Ver
    Excel 2002
    Posts
    8

    Re: How to filter on readonly workbooks

    Cheers everybody
    Sorry for the delay replying, sorted now thanks

+ 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