Answers for "vba add text to word document"

VBA
0

vba add text to word document

Sub InsertTextAtEndOfDocument() 
 ActiveDocument.Content.InsertAfter Text:=" The end." 
End Sub
Posted by: Guest on November-30-2020

Code answers related to "VBA"

Browse Popular Code Answers by Language