Click event for combo box

torifan

New Member
Joined
Jan 29, 2004
Messages
18
I've got a combo box that has a part number and description from a table. I need to have a click event for that combo box that will pull the corresponding selling price information into another text box. I've had experience with VB, but not VBA. Can anyone help me get started on this?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
You may just want to use the ComboBox Wiard, and select the option "Find a record on my form based on the value I choose"

Then have a text box with the control source set to the field you want to display for that record. You could then look at the code generated by the Wizard to help you understand.

HTH
Jim
 
Upvote 0
Hey Jim,

Thanks for your response. I had gotten another response on another board and got the problem straightened out. Now, on to the next problem. LOL

Amy
 
Upvote 0

Forum statistics

Threads
1,221,680
Messages
6,161,251
Members
451,692
Latest member
jmaskin

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