Thread: Match
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Teresa Teresa is offline
external usenet poster
 
Posts: 169
Default Match

Im trying to see if a range of cells is in a range:d1:d30,
there's something slightly wrong with my code, help much appreciated


With Worksheets("Proposals").
For i = 1 To 20
If(Application.match(.Cells(i, 2), Range("d1:d30"), 0)) Then

.................................................