combo box hyperlinks

P-C-Surgeon

Board Regular
Joined
Sep 24, 2004
Messages
115
Can items in a combo box or text box be used as hyperlinks? I want to be able to choose a link from a drop down list (e.g. like a website) and have it take me to a link on the internet. Is this possible?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I guess the simplest is to use a Hyperlink field in the combo box. In Datasheet view in a table, Insert | Hyperlink field. Give it a name by right-clicking the header and selecting Rename. Anything you enter into this field will behave like a hyperlink.
If you already have the data in another field, it's possible to set up some code in the AfterUpdate event of the combo. If you give a small sample of your current field data, I can get you started.

Denis
 
Upvote 0
Thanks Sydneygeek. The combobox hyperlink does work the way you suggested. Another question I had, is there a way to make hyperlinks using a scrollable textbox to open URL's or excel documents?
 
Upvote 0
Yes, but it involves a bit of code. I'm not at an Access machine for a while (have to get home first, still 10 AM here) but I'll see what I can dig up.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,834
Messages
6,162,268
Members
451,758
Latest member
lmcquade91

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