I have to make a macro that goes 100 spaces in, makes a paragraph mark and goes to the next line and does this for the whole document. I am not not sure how to get it to loop until the end of the document. Can you please look at this code and tell me what to edit.
THanks
Sub AA_Format()
Selection.MoveRight Unit:=wdCharacter, Count:=100
Selection.TypeParagraph
End Sub
THanks
Sub AA_Format()
Selection.MoveRight Unit:=wdCharacter, Count:=100
Selection.TypeParagraph
End Sub