View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dominique Feteau[_2_] Dominique Feteau[_2_] is offline
external usenet poster
 
Posts: 35
Default Index & Match w/ VBA

I have a helper sheet called "counties". In it is a list of all the counties
in Illinois (column A) and the district they belong in (column B). I have a
small macro that converts a .csv file to the format that I like, but i'd
also like for it to look in Column F of the Data Sheet, match the county and
insert the corresponding district in Column G.

Anyone help me out with this? Thanks