A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Links and Linking
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Hyperlink in same sheet - positioning problem



 
 
Thread Tools Display Modes
  #1  
Old November 22nd, 2009, 05:20 PM posted to microsoft.public.excel.links
neil40[_2_]
external usenet poster
 
Posts: 28
Default Hyperlink in same sheet - positioning problem

I have inserted some buttons in row 1 of a sheet

I have created Hyperlinks on them to jump to different parts of the
same sheet - for example different charts etc.

My problem is, as some of these links/locations are off to the right,
or down out of initial view, when you click them, the cell appears as
the last cell on the right or bottom of the view.

I would like the link to put the chart or graph in to the view.
Is this at all possible?

Thanks for any tips
  #2  
Old November 27th, 2009, 10:52 PM posted to microsoft.public.excel.links
Gary''s Student
external usenet poster
 
Posts: 7,584
Default Hyperlink in same sheet - positioning problem

An alternative to assigning hyperlinks to the buttons is to assign small
macros to the buttons.

Sub gotoZ100()
Application.Goto Reference:=Worksheets("Sheet1").Range("Z100"), scroll:=True
End Sub

--
Gary''s Student - gsnu200909


"neil40" wrote:

I have inserted some buttons in row 1 of a sheet

I have created Hyperlinks on them to jump to different parts of the
same sheet - for example different charts etc.

My problem is, as some of these links/locations are off to the right,
or down out of initial view, when you click them, the cell appears as
the last cell on the right or bottom of the view.

I would like the link to put the chart or graph in to the view.
Is this at all possible?

Thanks for any tips
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.