Thread
:
bottom right cell on screen
View Single Post
#
5
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
bottom right cell on screen
set rng = ActiveWindow.VisibleRange
rng(rng.rows.count,rng.columns.count).Select
--
Regards,
Tom Ogilvy
Stuart wrote in message
...
How can I get the bottom right cell that can be seen on the screen?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy