View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Nielsen Ed Nielsen is offline
external usenet poster
 
Posts: 1
Default Microsoft Excel Macro

In my macro, I enter many figures in cells on the screen.
All the spreadsheet cells that I use are not on the screen
at the same time. When the entering of figures goes off
the bottom of the screen, I want the macro to automatically
scroll down (or page down) to keep the entering activity on
the screen. Can a Macro be written to automatically scroll
down or page down? If it can, how do you do it?
Ed Nielsen