View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Souris Souris is offline
external usenet poster
 
Posts: 107
Default Move the position of spreadsheet on the screen

I would like to have my spreadsheet select a like like "AA12" and move this
cell to left upper of the screen.

I use sheets("sheets").Range("AA12").select

Ther cell wa selected, but it is located on any where on the screen.

I want to show user the data base on cell "AA12".

Is it posible to have my spreadsheet celll on the left upper of the screen?

Any infromation is great appreciated,