reference question

M

mitchimus

i want to be able to flip between two worksheets based on a common field.
I.e.one sheet will have the acronym meaning and another will have a
description. i want to be able to switch between the two. i have discovered
that a hyperlink will do this, but if i then insert a row it throws them all
aout, and the doc is a work in progress so this is likely to happen. can i
reference a cell so if i insert a row it will automatically carrythis through
all the hyperlinks?
 
D

Don Guillett

IF? you have the same thing on both sheets you could have a double_click
event goto the other sheet and find the match.
 
M

mitchimus

sounds good, how do i set one of those up?

Don Guillett said:
IF? you have the same thing on both sheets you could have a double_click
event goto the other sheet and find the match.
 
Top