ID: Q144798
The information in this article applies to:
This article provides a sample macro that clears the Print To File check box without printing a document.
WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
To clear the Print To File check box, create a macro that prints a page range that does not exist. For example, the following macro prints page 999. If your document contains page 999 choose a different page range.
Sub Main
FilePrint .Range = 3, .From = "999", .To = "999", .PrintToFile = 0
End Sub
KBCategory: kbmacro
KBSubcategory:
Additional query words: 6.0 6.0a 6.0c macword winword ntword 1.0 iaword kb_sgmlauthor
Version : 6.0 6.0a 6.0c
Platform : WINDOWS
Last Reviewed: January 20, 1999