Position A2 at top-left of window
With ActiveWindow
.ScrollRow = 2
.ScrollColumn = 1
End With
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"hmm" wrote in message
...
What is the code to write in order to scroll so that cell A2 will appear
at
the top-left corner of the window?
|