Using Code:
  1. Dim RXLIKEIT As New System.Text.RegularExpressions.Regex("(?<="">).+?(?=</a></td>\s<td>)")

MsgBox("Did you mean't:" & (RXLIKEIT.Match(DL).Value))

How do i put it show more results than only one "RXLIKEIT"?

Some help please?