+ Reply to Thread
Results 1 to 5 of 5

Removing/hiding rows that contain/don't contain specific text.

  1. #1
    Registered User
    Join Date
    10-09-2007
    Posts
    2

    Removing/hiding rows that contain/don't contain specific text.

    Hi,

    Every day I recieve a generated report with contains performance data for everyone who works in our business. Each row starts with the name and login ID of the employee. Is there a way that just rows relating to staff on my own team can be automatically displayed? I have previously created a macro which hid everyone else, but this was based on row numbers and as people regularly get moved to different rows it needed constantly updating, - ideally I need something which can sort the data according to name or login ID.

    Many thanks for any help!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Take a look at advance filters

    http://www.contextures.com/xladvfilter01.html

    or set up a table then do a vlookup and filter on the non blanks

    http://www.contextures.com/xlFunctions02.html

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Or maybe with some code

    http://www.rondebruin.nl/copy5.htm#AutoFilter

    VBA Noob

  4. #4
    Registered User
    Join Date
    10-09-2007
    Posts
    2
    Many thanks - will give those tips a try :-)

  5. #5
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Post back if you have a problem

    VBA Noob

+ 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