Greetings,
I am receiving the Object doesn't support this property or method runtime error on the line below:
Set CC = PA.ws.Range(Cells(G, "A"), Cells(I, "A"))
I would like to establish a range variable using two cell values defined by integer variables and rows. I suspect there is a...