View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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?