Close PDF files
I have several pieces of code that create pdf files by using save as pdf
(ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename: ...)
This automatically opens the pdf files that are created. How can I close
these files?
Thank you for your help.
|