+ Reply to Thread
Results 1 to 3 of 3

Hide numeric rows of dynamic range

  1. #1
    Forum Contributor
    Join Date
    07-16-2009
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2013
    Posts
    114

    Cool Hide numeric rows of dynamic range

    I have this macro to hide rows, it sort of does what i want. but what i'd really like is it only to hide rows that have numbers in column A and ignore the rest. the values in column A are always positive i just need to hide the 0 values. also i was wondering if it is possible to hide a dynamic range from A14 to last used cell in column A. I'm still pretty new to excel VBA and any help would be much appreciated.

    Thanks,

    Chris

    Please Login or Register  to view this content.
    Last edited by Code Flunkie; 01-31-2011 at 09:53 AM.

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Hide numeric rows of dynamic range

    Try this
    Please Login or Register  to view this content.

    This is a bit at odds with itself
    ....is it only to hide rows that have numbers in column A and ignore the rest. the values in column A are always positive i just need to hide the 0 values
    I'm assuming that you want to leave only rows with numbers greater than 0 visible.
    Can Column A contain Text?

    Why not just filter excluding 0 and blanks, instead of using VBa?

    Hope this helps
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Forum Contributor
    Join Date
    07-16-2009
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2013
    Posts
    114

    Re: Hide numeric rows of dynamic range

    Wow, you're good. That was exactly what I was looking for

    Thanks,

    Chris

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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