I'm using data validation to create a drop down selection menu containing a list of four hyperlinks. My problem is that the drop down list selection arrow does not appear unless you click on the cell containing the list. I need the drop down arrow to continuously appear so my users know that there are more options to select.
User forms DO NOT owrk because I am using hyperlinks. I have learned that I cannot use a hyperlink with my selection list.
The goal is to have a user immediately see a drop down menu selection visible at all times regarles of the cell he/she has seleted. Once the user selects a hyperlink from a list of four, he/she will be automatically redirected to the hyperlink.
The key is to have the drown down selection box and arrow appear at all times so that the users intuitively knows that he/she has options.
Hope I am clear. Any suggestions will be appreciated.
Last edited by dlefever; 09-01-2011 at 03:20 PM. Reason: issue solved
Welcome to the forum.
You can't make that happen. You could use a listbox control instead.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
I have a question regarding the use of a listbox control. It is my understanding that I cannot use a hyperlink in the listbox and have the user automatically redirected to the hyperlink upon selection? Is this correct?
My ultimate goal is to have a drop down selection listing as many as 6 items with a unique hyperlink associated with each of the 6 items on the list. As soon as a user makes a selection from the list, he or she is redirected to the page associated with the list item hyperlink.
You would need a VBA work around, adapt the code in the hyperlink in a UserForm example, use the ListBox click event & the value
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks