Steve001
Board Regular
- Joined
- Apr 13, 2017
- Messages
- 78
- Office Version
- 365
- 2021
- 2013
- Platform
- Windows
Hi All,
Bit confused with this. When i exit my macro's and return back to my active sheet my page view is around row 77.
how do i get back to showing the top of the sheet ie row 1
i am using the following
Sheets("Sheet 1").Select
Range("A3").Select
the page view is at row 77 and A3 is selected ??
Can you please put comments on as i am still a noob and finding my feet, i like to know why things happen rather than just blindly copying code
regards
Steve
Bit confused with this. When i exit my macro's and return back to my active sheet my page view is around row 77.
how do i get back to showing the top of the sheet ie row 1
i am using the following
Sheets("Sheet 1").Select
Range("A3").Select
the page view is at row 77 and A3 is selected ??
Can you please put comments on as i am still a noob and finding my feet, i like to know why things happen rather than just blindly copying code
regards
Steve
Last edited: