So when selecting for a cell to auto adjust row height it sometimes leaves a gap in the cell at top or bottom depending on what format is selected.
like this
is there a way to detect when that happens and account for it in vba?
Like looping through and finding which rows have that gap and manually remove that added line of space?
Rows(i).RowHeight = current row height of i - 14.4 '(seems 14.4 is the added space that can be removed always)
like this
is there a way to detect when that happens and account for it in vba?
Like looping through and finding which rows have that gap and manually remove that added line of space?
Rows(i).RowHeight = current row height of i - 14.4 '(seems 14.4 is the added space that can be removed always)