View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
somethinglikeant somethinglikeant is offline
external usenet poster
 
Posts: 94
Default update Records reference to new file

Will need to use a combination of

COUNTIF() &
VLOOKUP()

in a Macro.

Ant