We answered this one several times three weeks ago, Steved. Didn't you like
the answers you got then?
Hello from Steved
Firstly yes I did like thje answer I got three weeks ago
and applied the solution I was given. I rewrote the macro
to try and find the problem which was not completely
solved, hence since then i.ve been trying to learn more
about macros. If I knew a place I could goto and find out
how to do loops I would be fine. ie the example below, I
would like to goto a site that would explain what each
line does, then and only then I would be able to put
together macro loops. So with this in mind the macro
would read the first line of each paragraph until the end
of the document. believe me it is so simple but I've not
been able to put my head around it.
Dim i As Long
For i = 1 To ActiveDocument.Paragraphs.Count
End With
Next i
I should finish by saying this is a little project off my
own, and this is why I've come to this site for help, as
I do not use macros normally in word.
Thankyou
>-----Original Message-----
>We answered this one several times three weeks ago, Steved. Didn't you like
[quoted text clipped - 55 lines]
>
>.