View Single Post
 
Old 06-27-2023, 05:47 AM
Ddadoo57 Ddadoo57 is offline Windows 11 Office 2021
Advanced Beginner
 
Join Date: Feb 2023
Posts: 90
Ddadoo57 is on a distinguished road
Default

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
Reply With Quote