Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Names in Combobox are hyperlinked to cells


Hi

I have a combobox that shows several names.....

the point i want is when i select a name from drop-down combobox, s
the chosen name should work as a hyperlink to other cell within th
same sheet

i.e. when choosing a name, it should take me to a preselected cell
names in combobox shoul be hyperlinked to other cells within the sam
sheet.

hope it is clear

yours


--
helmekk

-----------------------------------------------------------------------
helmekki's Profile: http://www.excelforum.com/member.php...nfo&userid=693
View this thread: http://www.excelforum.com/showthread.php?threadid=27097

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Names in Combobox are hyperlinked to cells

Private Sub ComboBox1_Change()
If ComboBox1.ListIndex = 0 Then Range("K20").Activate 'first name
If ComboBox1.ListIndex = 1 Then Range("K21").Activate 'second name
End Sub

Do this for each name in your list and change the range to your needs.

Mike F

"helmekki" wrote in message
...

Hi

I have a combobox that shows several names.....

the point i want is when i select a name from drop-down combobox, so
the chosen name should work as a hyperlink to other cell within the
same sheet

i.e. when choosing a name, it should take me to a preselected cell
names in combobox shoul be hyperlinked to other cells within the same
sheet.

hope it is clear

yours
h


--
helmekki


------------------------------------------------------------------------
helmekki's Profile:

http://www.excelforum.com/member.php...fo&userid=6939
View this thread: http://www.excelforum.com/showthread...hreadid=270974



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Hyperlinked Cells Trainer Excel Discussion (Misc queries) 3 May 29th 09 06:24 PM
How can I sort hyperlinked cells? Midjack Excel Discussion (Misc queries) 0 August 7th 08 04:12 PM
set hyperlinked cells to always display at the top of the workshee Valeria Excel Discussion (Misc queries) 3 October 26th 06 03:15 PM
locked hyperlinked cells Jared Excel Discussion (Misc queries) 0 October 16th 06 06:35 AM
How to lookup hyperlinked cells neil kempinski Excel Programming 1 April 27th 04 03:34 AM


All times are GMT +1. The time now is 11:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"