VBA hyperlink using VLOOKUP

GedSalter

Board Regular
Joined
Apr 24, 2019
Messages
80
I have a worksheet called "Sum" In cell B10 there is text which changes. I want a VBA hyperlink which will goto another worksheet called "Definitions" where the text will be in a named range called "Definition"

I have no clue how to do this and I have been searching for ages.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
You could use HYPERLINK formula to attain this.


=HYPERLINK(" #"&B10)


1624473469747.png


1624473517797.png


Kind regards

Saba
 
Upvote 0
the named range in ws Definitions is called "definition" range A1:A150. In cell B10 in 'Sum ws is a word which is in a drop down list of around 50 names. This word need to hyperlink to relevant cell in the definition range.

hope this helps
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,952
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top