Thread
:
Why doesn't Selection.End(xlDown).Select always work?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Why doesn't Selection.End(xlDown).Select always work?
Assuming you DO have a cell selected, it should work.. Examples?
--
Don Guillett
SalesAid Software
"Andy" wrote in message
...
Hi,
I am trying to get the next free row using
Selection.End(xlDown).Select
Sometimes it seems to work, sometimes not.
Is there something else I need to know about this? I've currently given up
and am using a do look looking for the next emply cell, but its a bit of a
fudge, and won't win any 'pretty code' contests!
Any help would be appreciated.
Many thanks in advance.
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]