R
Rick
A few months ago I upgraded to Word 2007. Separately from that, just
this week our company moved to a new office and we all now have a
different set of printers installed on our machines.
I've just noticed that if I create a one-line macro:
ret = MsgBox("Application.ActivePrinter = " +
Application.ActivePrinter)
and run it even when no document is open, it displays the name of the
printer that I had as my default printer **in our old office**. It's
weird because I no longer have that printer available.
Where is this coming from? Is it stored in NORMAL.DOCM (which I
created in our old office)? I wouldn't think the template is open
because no document is open. And I didn't realize printers are stored
in template files. Thanks for any help.
this week our company moved to a new office and we all now have a
different set of printers installed on our machines.
I've just noticed that if I create a one-line macro:
ret = MsgBox("Application.ActivePrinter = " +
Application.ActivePrinter)
and run it even when no document is open, it displays the name of the
printer that I had as my default printer **in our old office**. It's
weird because I no longer have that printer available.
Where is this coming from? Is it stored in NORMAL.DOCM (which I
created in our old office)? I wouldn't think the template is open
because no document is open. And I didn't realize printers are stored
in template files. Thanks for any help.