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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,214,872
Messages
6,122,025
Members
449,060
Latest member
LinusJE

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