Need elp comparing two columns in VBA

L

lenarei.vitocruz

Hello all. I'm a newbie to this website and to VBA and I need to
compare two columns. Column A, and Column B. These columns are not of
equal length and contain many duplicates. I need to have column B to
be output into a drop down box on a userform, if and only if column A
is equal to column B. for example:

(column A) (column B)
old dominion university college
virginia commonwealth universiry college
tallwood high school high school
kempsville high school high school

..... on my userform there is a drop down box for column b that
contains: college, high school, etc. also, there is another drop down
box for column a that contains: odu, vcu, ths, khs, etc.

i need to know how to parse each box so that one school shows up in
the column a drop down box and only shows if the info in column b is
what it pertains to.


I'm looking for VBA code to help do this :)

Thanks very much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top