link between cells

C

Cliver6

I want to be able to write instructions that list a Table designation and be
able to click on that designation so that I navigate to that table.
 
S

Shane Devenshire

Hi,

In cell A1 type Table1. Press Ctrl+K and create a hyperlink to the top left
corner of Table1.

If cell X50 contained the title Table1 you could enter =X50 in cell A1 then
click on cell A1 and press Ctrl+[ will take you to X50.

A more sophisticated way is to wite code to move you to the desired location
when you double-click a cell with a table designation.
 
Top