Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Scrolls the active window up two screens

Sub scroll()     ActiveWindow.LargeScroll Up:=2 End Sub