
Originally Posted by
MarvinP
Hi finance14,
Here is my quick stab at your problem.
I created a new worksheet called Lists so I could make a dropdown on sheet3 in A1,
I then made Sheet3 A1 a Validation List to dropdown
Then put code behind sheet 3 to fire the macro when dropdown changed. See code behind Sheet 3
Then wrote some quick code to look at sheet 1 and every row in col A that matched, copied it to Sheet3
Then did the same for Sheet2.
Code can be cleaner but should work. See if this example gives you a start.
There are many more ways to do this problem. See Advanced Filters or Auto Filter if the Code is too hard or slow.
Bookmarks