+ Reply to Thread
Results 1 to 2 of 2

auto unhide row if row above contains data

  1. #1
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    auto unhide row if row above contains data

    Hi,

    Not sure if this is a setting or something within excel.
    I want to set up a table and hide all the blank rows that don't contain a date(column B) and unhide a blank row if the row above contains a date.

    Any idea if this is do-able?

  2. #2
    Forum Contributor tax112's Avatar
    Join Date
    02-28-2013
    Location
    Thailand
    MS-Off Ver
    Excel 2016 | 2019
    Posts
    442

    Re: auto unhide row if row above contains data

    Quote Originally Posted by russkris View Post
    Hi,

    Not sure if this is a setting or something within excel.
    I want to set up a table and hide all the blank rows that don't contain a date(column B) and unhide a blank row if the row above contains a date.

    Any idea if this is do-able?
    Maybe:
    PHP Code: 
    Sub russkris()
     
    Range("B2:B10000").SpecialCells(4).EntireRow.Hidden True
    End Sub 

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need help with an auto hide/unhide row macro
    By jroyse in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-26-2018, 11:14 AM
  2. [SOLVED] VBA Auto Hide/unhide row
    By xtremca in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-30-2015, 09:24 PM
  3. Auto hide and Unhide worksheet
    By Poh Kai Siang in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-19-2015, 12:04 PM
  4. Auto unHide Rows
    By Squashua in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-20-2014, 09:58 AM
  5. Auto Unhide all fields
    By freud1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-02-2010, 12:01 PM
  6. Auto Unhide Worksheet
    By Nate5452 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-08-2007, 09:05 AM
  7. Auto hide/Unhide columns
    By Vespaguy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-20-2006, 01:40 PM

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