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?

--
Thanks!
JoAnn

Re: Reset PrintToFile to FALSE without printing? by Jay

Jay
Mon Oct 24 08:46:28 CDT 2005

JoAnn wrote:
> 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.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org



Re: Reset PrintToFile to FALSE without printing? by JoAnn

JoAnn
Mon Oct 24 08:57:05 CDT 2005

Exactly what I was looking for ... thanks!
--
JoAnn


"Jay Freedman" wrote:

> JoAnn wrote:
> > 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.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
>
>
>