Set Displayed Position After Link Without Using VBA

MikeG

Well-known Member
Joined
Jul 4, 2004
Messages
845
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I have a shape in my workbook located above cell E10. The shape has a link to cell A43. When I press on the shape, then sure enough it takes me to A43, but that cell is now at bottom of my displayed screen with row 20 being the top row. What I would like is for row 43 to now be the first displayed row. I know I can do this with a VBA command:

Application.Goto ActiveCell, Scroll:=True

However, my client will not allow any macros in the workbook, so I am wondering if anyone can think of a way of achieving the same result without any VBA?

Thanks
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
You could choose a range like A43:A63. That would push A43 to the top. Unfortunately, the whole range is selected.

Not allowing macros is like only wanting square wheels on a car.
 
Upvote 0
You could choose a range like A43:A63. That would push A43 to the top. Unfortunately, the whole range is selected.

Not allowing macros is like only wanting square wheels on a car.
Ha! Thanks Jeffrey. I will go back to them and fight the case for macros!
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,691
Members
448,978
Latest member
rrauni

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