Greetings,
I would like to paste an integer variable value into a cell on a worksheet. Here is a bit of the code I am working with.
C is the variable
C = PA.ws.Range(Cells(D, "A"), Cells(G, "A")).Rows.Count
The code below gives a compile error at "C.Copy"
C.Copy...