View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyberdude cyberdude is offline
external usenet poster
 
Posts: 12
Default How to display the cell it goes to at the centre of the monitor screen

Hi,

After I have entered a value, I go to the cell holding the value by the

command Range.("cell_address").select to check what value I have
entered. It always goes to the cell I selected. It sometimes display
the target cell at the centre of the monitor screen but sometimes it
doesn't. How can I always make it display the target cell at the
centre of the monitor screen or somewhere as near it as possible?
Thank you.


David