R
rroach
The following statement runs in a macro. Runs OK if there is any data in
column V, crashes with Type Mismatch error if column V is blank. How do
I deal with that?
TIA,
Rob
Range("z5").Formula = "=ROW(OFFSET(v1,COUNTA(V:V)-1,0))"
column V, crashes with Type Mismatch error if column V is blank. How do
I deal with that?
TIA,
Rob
Range("z5").Formula = "=ROW(OFFSET(v1,COUNTA(V:V)-1,0))"