Thread
:
End(xldown) not always going to last cell?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
End(xldown) not always going to last cell?
Hi Duncan,
you can use:
range("F" & application.rows.count).end(xlup).offset(1,0).sele ct
If I understood your question correctly.
Regards,
Ivan
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius