Thread
:
how do you get (end down) to work in a macro?
View Single Post
#
2
Bob Phillips
Posts: n/a
Do you mean
rng.End(xlDown).Select
for example?
If so, what is the difference?
--
HTH
RP
(remove nothere from the email address if mailing direct)
"lcx2" wrote in message
...
end down does not work the same in a macro as id does outside of a macro.
Reply With Quote