Thread: [Solved] Hide / unhide Rows
View Single Post
 
Old 12-08-2015, 06:19 AM
NullVBA NullVBA is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Dec 2015
Posts: 2
NullVBA is on a distinguished road
Default Hide / unhide Rows

Good Afternoon,

i am little bit new to VBA code.

I am working on an excel sheet with different contract Articles, I need to have a code when i double click on the Article heading it hides all its sub Articles, and double click again it unhides them. the problem is i need to repeat this code to all the Articles i have which would be like 100 Article heading. All the codes i find online is fixing the rows to hide like A3:A9 !. i need a criteria to stop the hide maybe until it reaches a blank space.

it is easier for me if i just double click on the Cell that contains the Article name.

Any idea ??? Please help
Reply With Quote