Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Link combo box selection to a cell

I have made several dropdown lists with combo boxes and in each of them I
have a choice called "other". I would like to have this selection lead the
user to a cell lets say B1 and list what is other in that cell. I am not sure
how to make this work. Any help would be great.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Link combo box selection to a cell

hi
is i understand you, this might work for you....
Private Sub ComboBox1_Change()
If ComboBox1.Value = "other" Then
Range("B2").Select
End If
End Sub

regards
FSt1


"Sara" wrote:

I have made several dropdown lists with combo boxes and in each of them I
have a choice called "other". I would like to have this selection lead the
user to a cell lets say B1 and list what is other in that cell. I am not sure
how to make this work. Any help would be great.

Thanks

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
Link cell to combo box Atishoo Excel Discussion (Misc queries) 2 April 7th 08 01:11 PM
forcing excel to update the Cell Link when copying Combo Boxes Baraki0568 Excel Worksheet Functions 0 September 13th 06 04:16 AM
Combo Box selection to place $0 into another cell John Excel Discussion (Misc queries) 16 July 22nd 06 01:17 PM
Is it possible to re-link a cell back to a combo box? AlP Excel Discussion (Misc queries) 1 February 18th 05 11:39 PM
Can I copy a combo box in Excel 2002 with a relative cell link? Bozo Excel Discussion (Misc queries) 1 February 17th 05 02:05 AM


All times are GMT +1. The time now is 06:08 PM.

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

About Us

"It's about Microsoft Excel"