LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 227
Default Scroll to top of page code

Public Sub Worksheet_Activate()
Application.ScreenUpdating = False
Password = "djdog"
ActiveSheet.Unprotect Password
Cells.Select
Selection.EntireRow.Hidden = False
Application.Goto Reference:=Range("A7"), Scroll:=True


Peter, I don't know for sure, but I'd think turning off ScreenUpdating
is keeping your original code from working. I've never needed to keep
the screen from updating while using my code. Norman's code forces the
scrolling where your original code (and mine) do not.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you have the headings scroll down the page as you move dow Donna B Excel Worksheet Functions 2 May 16th 10 09:24 AM
How do I get my arrows to scroll the cells not the page? Chistine Excel Discussion (Misc queries) 2 November 22nd 05 04:20 PM
how to have my titles move down as i scroll down the page DAVIDPEOVER Excel Discussion (Misc queries) 1 May 26th 05 12:31 PM
Moving Page with Scroll Bar CMM Excel Discussion (Misc queries) 1 March 1st 05 07:07 AM
VBA code to scroll all the way to the top lothario[_32_] Excel Programming 3 October 23rd 03 12:35 PM


All times are GMT +1. The time now is 06:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"