Thread
:
how to replace the Model property of a closed document
View Single Post
06-27-2023, 05:47 AM
Ddadoo57
Windows 11
Office 2021
Advanced Beginner
Join Date: Feb 2023
Posts: 90
here's what I currently have, but maybe there's another way ?
Dim doc As Document
Set doc = Documents.Open(fileName:=fileNamePath, Visible:=False)
doc.AttachedTemplate = ""
doc.Close SaveChanges:=True
Ddadoo57
View Public Profile
Find all posts by Ddadoo57