List Box population into worksheet

Eurekaonide

Active Member
Joined
Feb 1, 2010
Messages
433
OK Apologies for this as I'm sure I have done this before but cannot think how :-(

I have some data that a user picks from a user form and drop down comboBox14, now I want the data chosen in the drop down combox14 to be populated back into a cell in the worksheet once the user form is closed down. The issue I have is its updating data which is already in place.

Therefore it needs to look to ListBox2 to see what data line (Row) its updating and then update (Lets say Column H) with the new data.

I can only get it to work by dropping to a new line using a NextRow count type of thing similar to the below;

HTML:
Cells(RowSource, 27) = ComboBox14.Value

Any suggetsions much appreciated
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,224,517
Messages
6,179,239
Members
452,898
Latest member
Capolavoro009

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