I have a plot program that prints to an .eps file then runs that thru ghostscript to make a pdf. Worked well since release 2000 but with the Acad2005 upgrade, I have a problem. The program continues asynchronously without waiting for the eps file to be made. So, on large files, the pdf doesn't have any content. Background plotting is not enabled. Is there something else about plotting that I need to address? How bout getting my program to wait for the eps file to generate? I tried: While Dir(strfilename2) = "" DoEvents Debug.Print "Waiting for eps file" Wend But got no joy. -mjm