I\'m having a little trouble with finding the last row.
What I am trying to do is find the last row in column "A", then use that to find the last row within
Before getting into complex coding why not build something on the below principle:
MaxRow = Application.Evaluate("MIN(ROW(A10:C29)) + ROWS(A10:C29) - 1")