UserForm - Listbox selection click populates associated list in worksheet.

jeffro

New Member
Joined
Dec 30, 2014
Messages
6
Greetings,

I have a list named "Fruit_List" which has 4 values (Orange, Grape, Apple, Pear). I have placed these values in a list box, but am having trouble calling the related information into a new worksheet, which the user would input additional values and submit in entirety on a 3rd tracking sheet.

Any tips on where to start? Would it be a listbox into another listbox? How do I get VBA code to pull and push the info onto the respective sheets?

Example

Orange
<user listbox

O1 - These3 values populate row 1 of a sheet
O2 ______ ______ -The user enters values into cells
<user in="" values
O3 ______ ______
-A "submit" button logs all of the above into a logging worksheet in the same book, under the Orange and O1 O2 O3 headers


Can someone please point me in the right direction on how to best achieve this?

Thank You!</user></user>
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
your explanation is unclear to me. did you confronted some sort of error? i don't think you need vba to do that.
 
Upvote 0
Before I start coding, I am wondering the best configuration to set this up......

Listbox into another Listbox....Listbox to 2 linked worksheets.

Basically, I hope to scale this model to 50 categories and 20 subcategories per category, so I imagine coding will make managing and logging much easier
 
Upvote 0

Forum statistics

Threads
1,215,681
Messages
6,126,194
Members
449,298
Latest member
Jest

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