Thread: Close PDF files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J Wait J Wait is offline
external usenet poster
 
Posts: 6
Default 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.