Hello,
I have a worksheet that has ranges of string values that contain a date within the first 5 characters. I am able to locate the date from the cell:
=MID(R10,1,5)
But I am now having difficulty locating the last cell in a general range with value. I have found macros to assist:
Selection.End(xlToRight).Select
But is then incompatible with the above cell formula.
Any ideas?
I have a worksheet that has ranges of string values that contain a date within the first 5 characters. I am able to locate the date from the cell:
=MID(R10,1,5)
But I am now having difficulty locating the last cell in a general range with value. I have found macros to assist:
Selection.End(xlToRight).Select
But is then incompatible with the above cell formula.
Any ideas?