Need help! The code I've tried is too far off to even show.
I'm looking for vba code that would:
Starts like this:
When the code is run, should look like this
I'm looking for vba code that would:
- look at Column B to be NOT blank, AND
- look at Column C to contain 'X'
- IF this is true, the entire row height would be set to height = 75
- However, if row height is already greater than 75, it would leave the row alone (e.g. if someone already expanded the row to 100, it would stay at 100) This is the tricky part, in my opinion.
- NOTE: This would look through the entire worksheet and expand all rows that met the criteria
Starts like this:
When the code is run, should look like this