View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] trey.balson@gmail.com is offline
Junior Member
 
Posts: 1
Default find/replace macro

I need a macro that would take a value from worksheet A, switch to
worksheet B, find the value, go back to worksheet A, move over two
columns, take the value in that column, switch back to worksheet B and
paste. repeat until at the end of the column in worksheet A. Is this
possible in VB?

I haven't coded in a while, and have never used VB, so I'm not really
sure where to start.