View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Lincoln Mark Lincoln is offline
external usenet poster
 
Posts: 227
Default Scroll to top of page code

Enter this code in the sheet in question:

Private Sub Worksheet_Activate()
Range("A7").Select
End Sub