Hi there,
Could somebody help me to write code for a macro that hides all rows in which a certain cell is empty:
Column A - Column B - Column C
1 Philips - 1000000 - 200 mln
2 Shell
3 Lever
4 Nutricia - 5400000 - 240 mln
I would like a macro that hides row 2 (and 3) when B2 (and B3) are empty.
Also I need a macro that hides row 2 (and 3) when range B2:C2 (and B3:C3) are empty.
Next I need a macro that is a updater (looks if hidden rows are not empty anymore and unhides them
The last macro unhides all hidden rows whether or not the cell is empty.
Please advice! Thanks in advance.
Could somebody help me to write code for a macro that hides all rows in which a certain cell is empty:
Column A - Column B - Column C
1 Philips - 1000000 - 200 mln
2 Shell
3 Lever
4 Nutricia - 5400000 - 240 mln
I would like a macro that hides row 2 (and 3) when B2 (and B3) are empty.
Also I need a macro that hides row 2 (and 3) when range B2:C2 (and B3:C3) are empty.
Next I need a macro that is a updater (looks if hidden rows are not empty anymore and unhides them
The last macro unhides all hidden rows whether or not the cell is empty.
Please advice! Thanks in advance.