Hi, I'm trying to hide rows on an excel worksheet ("SOW & RHS") based on whether or not a specific cell of another worksheet ("Labor & Material") is empty. i.e.: If cell C5 of worksheet ("Labor & Material") has any value (if it is not empty) , row 24 on worksheet ("SOW & RHS") should be visible. If it has no value (is empty), row 24 on worksheet ("SOW & RHS") should be hidden. The code should repeat itself, so that row 24 depends on C5, row 25 on C6 and so on.
I would like the rows to be visible/hidden automatically as information is added to worksheet ("Labor & Material").
Thank you,
Here is a sample code I tried:
I would like the rows to be visible/hidden automatically as information is added to worksheet ("Labor & Material").
Thank you,
Here is a sample code I tried: