I have a VBA routine that plots to PDF files then it renames and moves the files to another location on disk. I have to wait until the PDF printer (Adobe Acrobat) is done printing before I can rename or move it. Right now I have an arbitrary Pause length of 3 seconds. Sometimes this is long enough and sometimes this isn't. Is there a way to pause until the PDF plotter is done? The problem is this is a seperate program that is not AutoCAD. Thanks in advance for your help. David