Hi How can I stop the Printing messagebox showing when printing using macro? Thanks
N nc Mar 22, 2005 #1 Hi How can I stop the Printing messagebox showing when printing using macro? Thanks
D Dave Peterson Mar 22, 2005 #2 You could use a Windows API to stop all your windows from refreshing--but then you'll need code to do the printing and the freezing. Are you printing in code or via the user interface? If you're already printing by code, maybe you can include some of this in your routine: http://groups.google.co.uk/[email protected]
You could use a Windows API to stop all your windows from refreshing--but then you'll need code to do the printing and the freezing. Are you printing in code or via the user interface? If you're already printing by code, maybe you can include some of this in your routine: http://groups.google.co.uk/[email protected]