I have a COM+ application that opens an Excel template file that contains an embedded chart. After inserting some fixed data, the file is printed to a Postscript file. I have added macro calls in the Before_print event handler that acquires additional data from a database. Based on the...