+ Reply to Thread
Results 1 to 4 of 4

Auto unhide rows if formula returns a value >0

Hybrid View

  1. #1
    Registered User
    Join Date
    03-19-2013
    Location
    Oxford, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Auto unhide rows if formula returns a value >0

    Hello Thalassa (and anybody else who reads this)

    Thank you for a really speedy response. I've tried it, but it appears to be continually looping. I've had another idea. On the "Module Summary" worksheet I have already created activeX checkboxes which hide and unhide worksheets.

    Here is a code for one of the checkboxes:

    Private Sub CheckBox59_Click()
    If Sheets(CheckBox59.Caption).Visible = xlHidden Then
    Sheets(CheckBox59.Caption).Visible = -1
    Else
    Sheets(CheckBox59.Caption).Visible = xlHidden
    End If
    End Sub

    Is there a code I could add to each of the 59 Checkbox codes which is a VBA Code on a worksheet called "Module Summary" to unhide a line within the "RESULT LINE GRAPHS" worksheet when the checkbox is ticked?

    Checkbox 1 when ticked would unhide Row 40 in "RESULT LINE GRAPHS" Sheet
    Checkbox 2 when ticked would unhide Row 41 in "RESULT LINE GRAPHS" Sheet
    Checkbox 3 when ticked would unhide Row 42 in "RESULT LINE GRAPHS" Sheet
    and so on...........

    But, if the checkbox is unticked to hide the row again.

    Kindest regards
    Last edited by Jauharra; 04-09-2013 at 10:31 AM.

+ 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