View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Help with code please !!!


Sub myscroll()
ActiveWindow.ScrollRow = 10
ActiveWindow.ScrollColumn = 22


End Sub

"Ayo" wrote:

How do I write a code to make a specific cell the top left cell in the
worksheet?