my question:
how do i join "V" (my column) and "erow_three" (my number of rows) to replace "V65536" in the following statement:
Range("X1") = "=COUNTA(V2:V65536)"
my current code:
Dim ws_three As Worksheet
Set ws_three = Sheets("Responsiveness - operations")...