View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default Help with code please !!!

Thanks a lot Joel. I really appreciate it.

"Joel" wrote:

Here is a small modification to my last posting

Sub myscroll()
ActiveWindow.ScrollRow = Range("D5").row
ActiveWindow.ScrollColumn = Range("D5").column


End Sub


"Ayo" wrote:

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