Need Macro Help

uwreedb3

New Member
Joined
Aug 27, 2013
Messages
14
So I have a list of colums like so:

C1 C2 C3
X A D
Y B E
Z C F

And I have a combo box made from form controls that has C1, C2, C3 etc.

What I'm trying to make work is to select C2 for example and have the results spit out like this:

Category1 Category2 Category3

A B C

In other words the C1, C2 etc represent models. Each of these models has a specific list associated it that contains items that fit into one of several generic categories. I want to select the apporpriate model and then have it place the items in the specific categories. There are a specified amount of items for each category, for each of the different models, thus I'm thinking the best way to approach this would be to say if the model is " C1" it will know to populate the first 3 rows of category 1, the first 6 rows of category 2, etc.
 
Last edited:

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,216,130
Messages
6,129,058
Members
449,484
Latest member
khairianr

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