Change this part:
> With Selection.Interior
> .Pattern = xlSolid
[quoted text clipped - 3 lines]
> .PatternTintAndShade = 0
> End With
to:
Cells(cell.row,13).value=1
Bob Umlas
Excel MVP
> Dim i As Integer
> Dim myText As String, List, myTotal As Double
[quoted text clipped - 28 lines]
> M on the same line as where the target word was found.
> I would appreciate any help\Thanks
pcor - 06 Aug 2007 22:52 GMT
That did the trick. Many thanks
> Change this part:
> > With Selection.Interior
[quoted text clipped - 42 lines]
> > M on the same line as where the target word was found.
> > I would appreciate any help\Thanks