View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angeles Angeles is offline
external usenet poster
 
Posts: 33
Default Looking for values

Hi , I have two worksheets , the sheet A and B, I have some columns in the
Sheet A , for example "Group A","Group B", "Group C",etc and I have value
List for each Col , The user can add new values per Col, and I need to copy
this new values in the sheet B , I have the same Name Cols in the Sheet B ,
so I need to look for the right column in the Sheet B , how can I use a Match
function from source code ?

Thank you in advance