View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default comparing strings on seperate worksheets

Look in the vba help index for FIND or FINDNEXT. More info?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"edluver" wrote in message
...
I am trying to write a macro that will compair one list of names to another
on a seperate worksheet. These lists will very in size with each passing
day. I have written macros in the past that would compair numbers, but i
am
having an aweful time with this.