Getting Compile error - on this line
Set rng = Range("D2:D"&Cells(rows.count,"D").end(xlUp).row & ")"
When I extract only
Cells(rows.count,"D").end(xlUp).row and drop it in the Immediate window
preceeded with a ?
I get 9 << the correct row number
Can someone assist?
|