Application-defined or object defined error
Range("A" & cells(1,1).End(xlDown).Row + 1 & ":aj50").Select
--
Regards,
Tom Ogilvy
"teresa" wrote in message
...
Hi, I get the above message on the following line, Im clearly doing
something wrong:
Range("A & (cells(1,1).End(xlDown).Row + 1):aj50").Select
|