View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dani Lima[_2_] Dani Lima[_2_] is offline
external usenet poster
 
Posts: 17
Default Macro to compare datas

I need to compare a group of lines. On my worksheet there are lines with the
same number or order (colum B) (numericaly classified) and another colum (D)
with same datas, I need to compare if the number of the order are the same
and if the data on the columm d at the same line are the same, if so, the
macre should answer 'yes',if one of the datas on the columm d are different
the macro should answer 'no'.

Someone could help me?

regards, Dani