I have this report and I want to increase the vertical cell padding to make it easier to read.
Now, typically you could just select multiple rows and change the row height until you're satisfied.
However, in this case, I have cells with wrapped text and multiple lines. I can't change change the the row height, because the wrapped text will get cut off.
What I want to do is increase the row height of a bunch of cells by a certain value. Rather than just change it to a specify value. ie.
rowheight = rowheight + X
Not
rowheight = X
Can you do this in excel? Will I need VBA?