Find first non-empty cell ranght from column A
Hi Norman,
Thanks again.
It does exactly what it should!
No enhancements needed ... or if so, the inheritance of the
Font-formatting?
Brgds Sige
Norman Jones wrote:
Hi Sige,
Looking again at your example data, change:
.Resize(1, 2) = .End(xlToRight).Value
to:
.Value = .End(xlToRight).Value
---
Regards,
Norman
|