Thread
:
Macro to find a keyword and replace it by inserting the content of another Word document
View Single Post
09-06-2023, 02:29 PM
gmaxey
Windows 10
Office 2019
Expert
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
Yes, you could do that if you set the path in the code. So replace:
strPath = ThisDocument.path & ""
With
strPath = "Your known fixed folder path" 'e.g. "C:\Item Description Files"
__________________
Greg Maxey
Please visit my web site at
http://www.gregmaxey.com/
gmaxey
View Public Profile
Find all posts by gmaxey