All, When using a PC3 that points to Adobe Acrobat 6, is there a way to pass the file name so the user isn't prompted ? This will create a PLT file with a PDF extension. (BTW, I dim out and set the PDFFile elsewhere in the code) ThisDrawing.Plot.PlotToFile (PDFFile) ThisDrawing.Plot.PlotToDevice "PDF.pc3" If I remove this line: ThisDrawing.Plot.PlotToFile (PDFFile) a correct PDF is created, however, the user is prompted for the name and location. This is the only PC3 that I cannot pass info into and have it work silently. Many thanks.