For merging, comparing and working with excel i use DigDB is a add-on for excel and works great and simple.
Main Topics
Browse All TopicsI have an excel workboork with 3 worksheets. I want to compare the values in column A of worksheet3 with the values in column A of worksheet2 (ignoring the blanks). I'd like the matching values to appear in a list box in cell ref A1 of workbook1.
I'm using Excel 2002. I'd like a VBA macro to automate this. I previously used a Match staement to compare to columns in a spreadsheet.
=IF(ISERROR(MATCH(A5,$C$1:
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I thought I could use this code from http://support.microsoft.c
I've given up on the drop down menu option the code attached places the values I want in the worksheet/columns I want when I use the smaller ranges but I encounter a subscript out of range error (see attached) when I use the same code with the larger ranges. Why is this and how can I over come it? I'll continue to research on the web but if anyone can help I'd appreciate it.
Business Accounts
Answer for Membership
by: brettdjPosted on 2009-04-07 at 04:18:47ID: 24085940
Can you pls provide a sample workbook
Thx
Dave