View Single Post
 
Old 06-12-2023, 11:08 PM
maw444 maw444 is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Feb 2021
Posts: 40
maw444 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Something list this would work
Code:
Selection.InsertFile FileName:="C:\Folder\WordInput.docx", Range:="", _
    ConfirmConversions:=False, Link:=False, Attachment:=False
Thank you. How do I change the file reference so it always looks in the same directory as the base document in which the code sits
Reply With Quote