R
Robin Clay
Greetings !
I've done a fair bit of VBA in Excel, but VBA in Word seems a whole new
ball-game !
Here's a snippet:-
------------------------
N=1
Here = *****
Do
N=N+1
GeneralProcess
Loop Until N=Here
---------------------------------
What expression should replace the ***** so that the loop continues from the
top of the document to the end, i.e. "Here" is the line number (?) of the
start of the last paragraph ?
Pretty please ?
Robin
I've done a fair bit of VBA in Excel, but VBA in Word seems a whole new
ball-game !
Here's a snippet:-
------------------------
N=1
Here = *****
Do
N=N+1
GeneralProcess
Loop Until N=Here
---------------------------------
What expression should replace the ***** so that the loop continues from the
top of the document to the end, i.e. "Here" is the line number (?) of the
start of the last paragraph ?
Pretty please ?
Robin