Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wonder if someone can help me with a VBA solution to this. I have two sets
of data organized in alphabetical order by tags: Set 1: Adcel xx yy Bcom xx yy Evcal xx yy Dmark xx yy Fcell xx yy Kmill xx yy Starp xx yy Set 2: Adcel mm nn Evcal mm nn Fcell mm nn Gcar mm nn Hmar mm nn Starp mm nn What I would like as a result of the VBA code is a side by side comparing of the two sets such that the identical tags with their respective data end up on the same line for easy viewing/comparing: Set 1: Set2: Adcel xx yy Adcel mm nn Bcom xx yy Evcal xx yy Evcal mm nn Dmark xx yy Fcell xx yy Fcell mm nn Gcar mm nn Hmar mm nn Kmill xx yy Starp xx yy Starp mm nn Thanks for |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down lists from multiple source lists | Excel Worksheet Functions | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
LISTS- adding info without repeat to other lists | Excel Discussion (Misc queries) | |||
Multiple lists with repeated values for dependet drop down lists | Excel Worksheet Functions | |||
Compare two lists with two variables | Excel Worksheet Functions |