View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Wnuk Rob Wnuk is offline
external usenet poster
 
Posts: 2
Default Find & Replace Macro

Here is my data:
Col 1 Col 2
STDNUMBER IDSTUDENT
27050 1782
27004 1784
27063 1786
27006 1788

Basically what I need to do is look in the entire spreadsheet for (in
example 1) 1782 and replace it with 27050, and continue down the list
automatically to example 2, find 1784 and replace with 27004 and so on until
it runs out of data in these 2 columns.


Can anyone help????

Thanks