bottom right cell on screen
'This will return the address of the visible cell in the bottom right hand
corner of the screen.
MsgBox
Range(ActiveWindow.VisibleRange.Address)(ActiveWin dow.VisibleRange.Count).Ad
dress
'or to select it ...
Range(ActiveWindow.VisibleRange.Address)(ActiveWin dow.VisibleRange.Count).se
lect
--
Regards,
Rocky McKinley
"Stuart" wrote in message
...
How can I get the bottom right cell that can be seen on the screen?
|