Hi Ed,
If you use the object hyperlinks, the ones you use Ctrl+K or
right-click then Edit hyperlink then insertion/deletion of
rows will not affect the hyperlink.
If you use the HYPERLINK Worksheet Function, which
is usually learned about much later, the link is within
double quotes so will not be changed. So you have to
use defined names and not a cell value.
Cell addresses within quotes will not change when lines are
inserted/deleted. If you use a definedname within the quotes
then after insert/delete of rows you still refer to the same definedname
and the correct range.
Setting up definednames is a bit more work
and you will have 26 defined names to look at in the namebox.
Defined names apply to the entire workbook. I think it
is a bit messy to work with for this purpose.
I had a bit of trouble trying to hyperlink to the defined name
in Excel 2000. The following suggested by Dave Peterson
in the other thread did not work for me.
=HYPERLINK(Start_A,"Jump to A")
but the following did work
=HYPERLINK("#Start_A","Jump to A")
Apologies to Dave Peterson and Ken Wright.
I'm also changing my mind on the defined name, while it creates
a mess of defined names to look at when trying to pick something
from defined names it does have the advantage if you are going
to refer to the link from **more than one place** in your workbook,
or even use the name box to pick out a name.
Example
skip to specific letter from another worksheet
skip to specific letter from same worksheet
skip to the next letter from header you just hyperlinked to.
In the other thread I mentioned using [A] to simulate what
a printer/publisher might use, But I think it might be better
to have the header cell as yellow background, centered,
with a value such as '--- A ---
If the workbook is of significant size, and you have a lot of users,
I wonder if it would be worth the extra effort to create a user
version in HTML. As much as I dislike the Microsoft
conversion with all the extra round-tripping code.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
Ed said:
David:
Please forgive me for jumping into another coversation here, but I'd like to
ask for a clarification on this point. I can see wanting to create a
hyperlink jump to the letter at the beginning of the list - actually to the
cell containing that letter.
"Same Guy" posted a received answer of:
Tue, 5 Aug 2003 22:33:07 +0100: written by "Ken Wright"
Name the cell (Insert / Name / Define) and then link to the defined name.
I haven't worked with names yet. If a certain cell is named, and rows
and/or columns are inserted/deleted, the name will follow that cell with
that value wherever it goes? If you've named A20, will A20 retain that name
if you insert 5 rows above? Or will the name follow to A25?
Ed
David McRitchie said:
The single letter header is the single letter before the words following it.
Not an Excel term.
A hyperlink will take you somewhere (to a location). Both an HTML term and an Excel
term. If you want a value then you obtain a value, you do not goto a value,
because a value is not a location.
As I understand it you choose "S" you would want to go to the "S" at the
beginning of the S-words.
If you don't want to go there, but you want to obtain the value, what
value do you want to obtain, how would you identify it.
But since you said you have the answer you want, I guess it's done.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
Tue, 5 Aug 2003 18:28:42 -0400: written by "David McRitchie" <>:
This looks so much like a question recently posted
simply create hyperlinks to the A's, B's, T's
to their headers they can be to the same page or
different page.
What do you mean by ..."to their headers..." above?
The other thread began at
http://groups.google.com/[email protected]
Thanks. I took a look at it and got confused as to what they were
saying pretty quickly.
The hyperlinks created by ctrl+k not the Hyperlink Worksheet Function
at least I think that would be easier to setup and work with than
defined names.
I think your title is misleading and incorrect.
Ummm, how so?
I have a sheet with 0-9, and the alphabet in individual cells and I
would like a hyperlink on each of the aforementioned cells to be linked
to a specific value on another sheet in the same excel workbook.
For example, if you click on 'A', it takes you to the cell which
contains the value 'A' and not a particular cell that is defined as
column#/row#.
Or do I just not have the terminology down yet?
Thanks again!