Comparing two lists

  • Thread starter Thread starter halem2
  • Start date Start date
H

halem2

K: how can you make the new list start in cell c6? I trie
Range("c6...) but it does not ru
 
Using the original code, change from iRow = 0 to iRow = 5. Basically
use iRow to hold the row to put the non-found items it. I increment i
before I store, so the first one was C1. If you change to 5, the firs
one will be C6.
 

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

Back
Top