Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default ComoBox Resluts

I have created a Form with a combo box drop down
selection with a list of names in the drop down and the
form also contains a command button whcih I have
called "OK".

How do I return the Name selected from the drop down to a
designated cell once the user clicks OK?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default ComoBox Resluts

Sheets("Sheet1").Range("A1").Value = _
UserForm1.ComboBox1.Value

-----Original Message-----
I have created a Form with a combo box drop down
selection with a list of names in the drop down and the
form also contains a command button whcih I have
called "OK".

How do I return the Name selected from the drop down to a
designated cell once the user clicks OK?

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default ComoBox Resluts

Use the form toolbar to create the drop down boxes.
Then right click on the drop box and select format
control, and choose the control tab
link the control to the cell immediately behind it.
Then quickly write a macro that copies the value of the
cell to the other displaying the value and you are
finished.

You may need to create a list of names somewhere so that
control can access them. The linking can also be done from
the control tab.

Nick


-----Original Message-----
I have created a Form with a combo box drop down
selection with a list of names in the drop down and the
form also contains a command button whcih I have
called "OK".

How do I return the Name selected from the drop down to a
designated cell once the user clicks OK?

.

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
How to convert resluts automatically to values in Excel Hun Excel Discussion (Misc queries) 2 May 22nd 09 03:00 PM
comobox afdmello Excel Discussion (Misc queries) 2 November 26th 05 07:07 PM


All times are GMT +1. The time now is 01:47 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"