View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sarah[_5_] Sarah[_5_] is offline
external usenet poster
 
Posts: 3
Default Compare 2 sheets and copy matching data

I have 2 sheets: Agents and Production. I want to compare the data in
column B of Agents to column B of Production. If the value from Agents
matches a row in Production, I want to copy the value from column O of
that row of Production to another worksheet (Count). It's been a while
since I've done any VBA programming, and I was never very good at it
to begin with. Can anyone help me?

Sarah