Ranvir06
2 years agoNew Contributor II
Reduce the size of empty row
Dear community, we have requirement to reduce the size of empty row, do we have any solutions to this. Any solutions to this question will be very helpful. Thank You!
you might be using same member name for all empty rows (ex: A#None), if that is the case, I would try applying cell format on the row with condition like below
if RowE1memberName = None Then "Select your formatting" End If
If above logic works, create a literal parameter and paste that code in the parameter value.
Where ever you need that formatting for empty rows just use that parameter in cell format.
Regards
Sridhar