View Single Post
 
Old 05-06-2014, 01:04 PM
steveneashcraft steveneashcraft is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: May 2014
Posts: 8
steveneashcraft is on a distinguished road
Default 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.
Reply With Quote