<a href="http://www.site1.com/">free- Free general Directory</a>;
<a href="http://www.site2.com/">red- Free turn Directory</a>;
Dim i As Integer, x As Integer
For i = 0 To List4.ListCount - 1
If InStr(List4.List(i),";" Then
List5.RemoveItem (x)
Exit For
Next
i want to remove ; << this from all lines
<a href="http://www.site2.com/">red- Free turn Directory</a>;
Dim i As Integer, x As Integer
For i = 0 To List4.ListCount - 1
If InStr(List4.List(i),";" Then
List5.RemoveItem (x)
Exit For
Next
i want to remove ; << this from all lines