Hi all
I am running this code:
It's running fine, except I would not like it to run if the value in col. O is empty![]()
With Range("O:O") With Target If .MergeCells Then Call Notmerged Else .EntireRow.AutoFit If Not .MergeCells Then .RowHeight = .RowHeight + 5 End With End With
I should incorporate this in this line
Any ideas?![]()
If Not .MergeCells Then .RowHeight = .RowHeight + 5
Thx
FD
Bookmarks