#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Jump to cell

Hi,

I have set up a link to a cell in a worksheet, but when I make alterations
to the worksheet e.g. delete a column the hyperlink remains with the cell not
the contents, as if e.g. $A$1. Is there a way to avoid this?

Many Thanks,

J.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Jump to cell

You must mean a link to a sheet in another workbook. If both cells are within
the same workbook you shouldn't have this problem.

Assign a range name to the cell in the source workbook, then recreate the
link from the other workbook. Excel will find the named cell in the source
workbook even if its row and/or column has changed.

Hope this helps,

Hutch

"ickleyates" wrote:

Hi,

I have set up a link to a cell in a worksheet, but when I make alterations
to the worksheet e.g. delete a column the hyperlink remains with the cell not
the contents, as if e.g. $A$1. Is there a way to avoid this?

Many Thanks,

J.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Jump to cell

hi, am curious how to "assign a range name". I had wrestled with this
question before, was able to devise: paste the following inside a cell,
then click on destination, then type: ),"x")
(use $ signs in cell destination to make fixed / absolute, e.g.: $A$1)

=HYPERLINK("#"&CELL("address",

should take you to other locations, to be:
=HYPERLINK("#"&CELL("address",$A$1),"x")

i use the following to move around a document:
=HYPERLINK("#"&CELL("address",OFFSET($A$981,IF(ROW ($A$981)ROW($A458)-$AA$3/4,$AA$3,-1),0)),"X")

$AA$3 is the size of your sheet showing, in rows; $A458 is the row you are
in.
thanks.



"Tom Hutchins" wrote:

You must mean a link to a sheet in another workbook. If both cells are within
the same workbook you shouldn't have this problem.

Assign a range name to the cell in the source workbook, then recreate the
link from the other workbook. Excel will find the named cell in the source
workbook even if its row and/or column has changed.

Hope this helps,

Hutch

"ickleyates" wrote:

Hi,

I have set up a link to a cell in a worksheet, but when I make alterations
to the worksheet e.g. delete a column the hyperlink remains with the cell not
the contents, as if e.g. $A$1. Is there a way to avoid this?

Many Thanks,

J.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Jump to cell based on cell results created by calendar control too JB Excel Discussion (Misc queries) 3 January 15th 08 09:18 PM
Immediately jump to next cell? [email protected] Excel Discussion (Misc queries) 1 November 24th 05 10:51 PM
HOW TO JUMP TO THE LAST CELL IN A ROW? Mark Excel Discussion (Misc queries) 3 October 10th 05 04:40 PM
How do I double click a cell and jump to cell's referenced cell JerryJuice Excel Discussion (Misc queries) 2 September 10th 05 11:24 PM
Jump directly to new cell nsv Excel Discussion (Misc queries) 6 August 23rd 05 08:04 AM


All times are GMT +1. The time now is 04:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"