R
Rob
I have a document that I would like to do the following until there are no
more pages to perform this action:
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Count:=2
Selection.MoveDown Unit:=wdLine, Count:=10, Extend:=wdExtend
Selection.Delete Unit:=wdCharacter, Count:=1
How do I create a loop in this circumstance?
Any help would be appreciated.
Rob
more pages to perform this action:
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Count:=2
Selection.MoveDown Unit:=wdLine, Count:=10, Extend:=wdExtend
Selection.Delete Unit:=wdCharacter, Count:=1
How do I create a loop in this circumstance?
Any help would be appreciated.
Rob