Page view on row 77 after exiting macro back to sheet

Steve001

Board Regular
Joined
Apr 13, 2017
Messages
62
Office Version
  1. 365
  2. 2013
Platform
  1. 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
 
Last edited:

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
i like to know why things happen
In that case it would help if you posted your complete code.
It's always best to remove the problem, rather than cure it.

Also when posting code, please use code tags, the # icon in the reply window
 
Upvote 0
Hi Fluff,

Cannot really post the entire contents as this contains commercially sensitive information.
I know it make it difficult to solve

Steve
 
Upvote 0
In that case I cannot tell why you are ending up on row 77.
It may be that somewhere in the code you are selecting a cell on row 77
 
Upvote 0

Forum statistics

Threads
1,215,055
Messages
6,122,902
Members
449,097
Latest member
dbomb1414

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