Below code to is To Scroll up entire rows and Scroll left entire columns.
Option Explicit
Sub ToScrollUPcompletely()
With ActiveWindow
.ScrollColumn = 1
.ScrollRow = 1
End With
End Sub
Sub ToScrollUPcompletely()
With ActiveWindow
.ScrollColumn = 1
.ScrollRow = 1
End With
End Sub
Note: Wherever your location in excel sheet it will return to top left.
No comments:
Post a Comment