Ok i have a word file which has got all messed up with the character " : " but the think is i need to remove the whole line. So is there a way i can say like
Hope this is clear.Code:Dim Grrr As String
Grrr = List.List(i)
Then If Grrr Contains :
Remove Grrr
I need it to remove the Whole Line. If possible Remove them from List1, and add the ones it removes into List2 so i can check it has removed the right ones.
Please Help Meeeeeee
