jump to linked cell
- From: "Chriske911" <chriske911nospam@xxxxxxxxx>
- Date: Fri, 23 Dec 2005 17:57:29 +0100
I have made a *** with links to a value in a row of a named range on another *** in the same workbook
I do this with a vlookup formula combined with a value coming from a dropdown in the first ***
=VLOOKUP($B$1;vacancies;21)
it's easy, user friendly and much better than how people worked before
users can and have to change values in the table by hand
now because of the ever growing table in the second *** it is getting more difficult to find the right row
so I was thinking of jumping to the correct cell by double clicking on the linked cell in the 1st ***
I already found the right event for this (I hope):
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
but I don't know how to jump to the linked cell of the 2nd ***
can anyone give me hint?
thnx
.
- Follow-Ups:
- Re: jump to linked cell
- From: Héctor Miguel
- Re: jump to linked cell
- Prev by Date: Re: Colour numbers within my formulae
- Next by Date: Re: Cell formula protection
- Previous by thread: Colour numbers within my formulae
- Next by thread: Re: jump to linked cell
- Index(es):