Hyperlink to a location on worksheet and display full image.

T

twilliams

I have 2 tabs, called "Sheet1" and "Sheet2". On "Sheet1", I have hundreds of
one line feature descriptions for my product. These descriptions are of
course text. On "Sheet2", I have inserted hundreds of screenshots of my
product. Now comes the fun part...

I created a hyperlink on the first line of text on "Sheet1" to link to a
cell just above the corresponding image on "Sheet2". When I click on the
hyperlink, I am taken to "Sheet2" and the cell i linked to is highlighted and
visible on the screen. The problem is that the cell is at the bottom of the
screen and the image I want to be displayed is below the bottom of the screen
and not visible.

I want whatever cell I hyperlink to, to be displayed at the Top of the
screen so that the image is fully on the screen every time, so that the user
just clicks a hyperlink and sees the corresponding image without having to
scroll up or down.

In HTML, browsers handle this automatically and display whatever you link to
at the top of the browser. Is there a way to ensure that whatever I link to
is moved to the same location (Top) every time?

Thanks in advance for any help i can get.
 
B

Bob Umlas

If the linked-to range is not just one cell but a large area, it will scroll
to the top left. For example, if you're linking to cell A25 on Sheet2, link
instead to A25:Z100 -- that will ensure A25 is at the top left of the
screen. Granted, all those cells will be selected, but all you'd need do is
press shift/backspace to reduce the selection to the active cell.
Bob Umlas
Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top