Hello!
I have a range of cells that programe must lookup and is something like this:
So range is starting in row 2 in column 11 till last full cell. I wonder if it is possible that programe would still select cells in column 11 but it will lookup last full cell in column 1?![]()
Set rng = Range(Cells(2, 11), Cells(Rows.Count, 11).End(xlUp))
Thank you and have a nice day!
Bookmarks