Links to Cells and Screen Position

  • Thread starter Thread starter Indra7
  • Start date Start date
I

Indra7

Hello,
On a monsterously huge spreedsheet that I'm working on,
I am using regular hyperlinks (not the Excel Hyperlink Function)
to link differant parts of differant worksheets.

My problem is this:
when the links are clicked, and you are taken to the target cell,
the target cell is usually in the bottom of the screen.

I'd like to have the target cell be on the top-left.

Any ideas on how to do this?

Thanks
 
Hi,

Add this: ActiveWindow.ScrollRow = xx

where xx is number of rows to scroll to position
properly.

jeff
 

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

Back
Top