Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Hide Rows Using Checkbox
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="FSt1, post: 6410952"] hi i think it has to do with a sheet thing. the comboboxes are assigned to a sheet and you are wanting to move to another sheet so try it without all the selecting. Private Sub checkbox3_Click() If CheckBox3 = True Then Sheets("Output").Rows("14:14").EntireRow.Hidden = False End If If CheckBox3 = False Then Sheets("Output").Rows("14:14").EntireRow.Hidden = True End If End Sub tested. works in 03 Regards FSt1 [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Hide Rows Using Checkbox
Top