Results 1 to 11 of 11

Auto Hide and Unhide Rows Based

Threaded View

  1. #1
    Registered User
    Join Date
    12-02-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    6

    Auto Hide and Unhide Rows Based

    Hi, I am on this project which needs a VB code which automatically hide or unhide rows based from a value on a certain cell. I have to admit that I am not that proficient in VB Codes and Macro and any help would be highly appreciated. I have tried the following code below:

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Range("C12").Value = CVErr(xlErrNum) Then
    Rows("1:13").EntireRow.Hidden = True
    Else
    Rows("1:13").EntireRow.Hidden = False
    End If
    End Sub


    Unfortunately, I am only successful in hiding the rows and not in unhiding it after I input data on another sheet (TallySheet). I attached a file of my project, and the worksheet I am working on is named Summary. Hoping for your help guys. Thanks in advance.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Hide/Unhide rows in Excel based on radio button selection
    By awill110 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-30-2013, 03:05 PM
  2. Auto Hide & Unhide Rows Upon Sheet Selection
    By Sleeper in forum Excel General
    Replies: 4
    Last Post: 01-24-2013, 02:00 PM
  3. Auto Hide/Unhide rows in Excel based on formula result in a column
    By crozierk in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-12-2012, 08:02 AM
  4. Auto hide/unhide based on input
    By UnSpoknOne in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-03-2011, 06:11 PM
  5. Auto Hide or Unhide rows.
    By Michael S in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-19-2009, 06:04 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