I have a macro that prints the current page to a dummy file. But I find that
the Print To File box stays selected the next time I want to print anything.
How do I programmatically reset the PrintToFile value to FALSE without
having to print anything?
> I have a macro that prints the current page to a dummy file. But I
> find that the Print To File box stays selected the next time I want
> to print anything.
>
> How do I programmatically reset the PrintToFile value to FALSE without
> having to print anything?
See http://word.mvps.org/FAQs/MacrosVBA/ResetPrintToFile.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
JoAnn - 24 Oct 2005 14:57 GMT
Exactly what I was looking for ... thanks!

Signature
JoAnn
> > I have a macro that prints the current page to a dummy file. But I
> > find that the Print To File box stays selected the next time I want
[quoted text clipped - 4 lines]
>
> See http://word.mvps.org/FAQs/MacrosVBA/ResetPrintToFile.htm.