automated scroll

macro_panic

New Member
Joined
Mar 17, 2002
Messages
47
is there a way of slowly and smoothly scrolling down the screen in a macro? i want to put some code in my auto_open macro which smoothly scrolls down from displaying cell A1 at top left of the screen to displaying A30. any ideas?

as you can probably tell, i am already in an august bank holiday mood...

thanks in advance
m_p
This message was edited by macro_panic on 2002-08-21 02:35
 
Private Sub timer1_Timer()
ActiveWindow.ScrollRow = ActiveWindow.ScrollRow + 1
End Sub
 

Forum statistics

Threads
1,217,412
Messages
6,136,470
Members
450,015
Latest member
excel_beta_345User

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top