How to suppress saveas dialog from VB6
I have an application written in VB6. Once I have created a word document within the application and do a saveas the save as dialog pop ups and my application waits for the user to click on "Save".
I have set the filename and file format before calling saveas.
Since this application is supposed to run unattended as an application this is a problem.
This worked with Office 2003 but when we upgraded to Office 2010 we now have the application waiting for a user to click "Save"
Any ideas on what setting I need to change so that the Save dialog is suppressed and the file is just saved based on the filename and type set in the VB6 application?
Thanks.
|