I have a workbook with 2 sheets. The first sheet displays a series of 10-digit numbers (anywhere from 1 - 100 or so rows worth of numbers) in the "A" column. The second sheet has an "A" column that contains the same numbers, but spaced out because there are details about each number in the B-H columns (making it branch out to the right, tree-like).
I want to be able to click on a button/hyperlink/something in the "B" column (or somewhere near "A" of the first page, reference the "A" column on that page to find it's value, and then jump to that referenced value where it appears on the 2nd page.
The go to command seems useless to me, as I can't put any code within it.
If I do ever manage to pull this off, I'll also need to create/loop the above code on the fly for every row in the "A" column on Page 1 (the amount of rows differ each time I have new data).
Thanks.
I want to be able to click on a button/hyperlink/something in the "B" column (or somewhere near "A" of the first page, reference the "A" column on that page to find it's value, and then jump to that referenced value where it appears on the 2nd page.
The go to command seems useless to me, as I can't put any code within it.
If I do ever manage to pull this off, I'll also need to create/loop the above code on the fly for every row in the "A" column on Page 1 (the amount of rows differ each time I have new data).
Thanks.