A
alex9128
Hi,
I am writing macros that should go through word document from top to bottom
with
Selection.Next(Unit:=wdParagraph, Count:=1).Select
What condition in Do While should I put to catch end of document?
I mean:
Do While ?condition?
Selection.Next(Unit:=wdParagraph, Count:=1).Select
Loop
Thanks,
Alex
I am writing macros that should go through word document from top to bottom
with
Selection.Next(Unit:=wdParagraph, Count:=1).Select
What condition in Do While should I put to catch end of document?
I mean:
Do While ?condition?
Selection.Next(Unit:=wdParagraph, Count:=1).Select
Loop
Thanks,
Alex