|
-
Dec 11th, 2005, 08:21 AM
#7
Thread Starter
Addicted Member
Re: Another Complicate Question..
i understood it....
going to add to you reputation 
Thanks Alot
i did it like :-
For i = 0 To UBound(lines)
If (lines(i) = PHRASE1) Then
line1 = i + 3
Exit For
End If
Next i
For i = 0 To UBound(lines)
If (InStrB(1, lines(i), PHRASE2)) Then
line2 = i - 2
Exit For
End If
Next i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|