Results 1 to 9 of 9

Help with hiding or unhiding multiple ranges of rows based on cell value on another sheet

Threaded View

Jake Bierly Help with hiding or unhiding... 07-22-2013, 11:00 AM
JosephP Re: Help with hiding or... 07-22-2013, 11:01 AM
Jake Bierly Re: Help with hiding or... 07-22-2013, 11:04 AM
JosephP Re: Help with hiding or... 07-22-2013, 11:07 AM
Jake Bierly Re: Help with hiding or... 07-22-2013, 11:29 AM
JosephP Re: Help with hiding or... 07-22-2013, 11:39 AM
Jake Bierly Re: Help with hiding or... 07-22-2013, 11:56 AM
JosephP Re: Help with hiding or... 07-22-2013, 12:03 PM
Jake Bierly Re: Help with hiding or... 07-22-2013, 12:14 PM
  1. #1
    Registered User
    Join Date
    09-19-2012
    Location
    Philadelphia, US
    MS-Off Ver
    Excel 2010
    Posts
    9

    Help with hiding or unhiding multiple ranges of rows based on cell value on another sheet

    Hello all,

    I currently have a macro that auto-filters information on a sheet (Sheet1) based on a drop-down selection. I now need to modify this macro or create an additional macro that will hide two ranges of rows on a second sheet (Sheet2) based on the same drop-down. The current auto-filter is:

    Sub DropDown2_Change()

    Sheets("Page 2").Range("A9").AutoFilter Field:=1, Criteria1:=Cells(Cells(3, 19).Value, 19).Value

    End Sub

    Can anyone show me how to modify the above macro to hide rows 100:120 and 160:180 on sheet2 based on the drop-down (value in cell S19) on sheet1?

    I'm fairly new to this so any help at all would be greatly appreciated.

    Thanks,

    Jake
    Last edited by Jake Bierly; 07-22-2013 at 12:16 PM. Reason: Solved

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hiding and unhiding worksheets based on a cell value from another worksheet
    By J_barber in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-05-2013, 01:02 PM
  2. [SOLVED] Hiding/Unhiding Rows Based on Dropdown Box
    By SubParLlama in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-14-2012, 12:29 PM
  3. [SOLVED] Hiding / unhiding pictures based on cell value
    By supern0va in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-14-2012, 12:00 PM
  4. Hiding Unhiding Rows based on Text condition
    By Winner_texas in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-11-2010, 11:54 AM
  5. Hiding / Unhiding rows when multiple cell values change
    By waverider in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-09-2006, 08:35 AM

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