View Single Post
 
Old 01-10-2018, 01:44 AM
texMan texMan is offline Windows 10 Office 2016
Novice
 
Join Date: Nov 2017
Posts: 12
texMan is on a distinguished road
Default

This is the only VBA Code:

Selection.InsertFile FileName:="test.docx", Range:="", ConfirmConversions _
:=True, Link:=False, Attachment:=False

Selection.InsertFile FileName:="test2.docx", Range:="", ConfirmConversions _
:=True, Link:=False, Attachment:=False

Selection.InsertFile FileName:="test3.docx", Range:="", ConfirmConversions _
:=True, Link:=False, Attachment:=False
Reply With Quote