unhide rows within a certain range automatically

bjornesto

New Member
Joined
Dec 8, 2012
Messages
4
I have made a report and I want to hide some rows inside that report on several locations. It are empty rows but in vba there are some codes already programmed. The idea is that they need to unhide automatically when the previous row is filled in with data.

So if row 52 is filled in automatically row 53 will need to appear

like
row 53 till 69
row 77 till 111
row 173 till 177
row 200 till 203
row 212 till 218

Is there any way how to do that?
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You could program the event "Worksheet_Change" receive the Target and if it is the rows that you care for you could show other rows
Worksheet_Change is called when data is entered
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,731
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top