I have an application written in VB6 which automates mailmerges using the Word.Basic object model. After a series of tweaks it can produce around 50 docs per minute (depending on the environment). If I can suppress the printing progress dialog I'm hoping to further free resources and increase performance.
Does anyone have ideas/code on how to suppress this dialog using
VB &/or Win32 API??