L
Lasse
Hi
We are currenlty getting Office 2007 Service Pack2 deployed on all our
client computers. I have encountered a problem after the installation of SP2
with one of our Word 2007 templates.
We have a document containing 3 sections and I have created a macro that
makes some changes to the document and then prints it. In my macro I have the
following code, but after SP2 was installed it doesn't accept it and returns
a debug error:
ActiveDocument.PageSetup.FirstPageTray = wdPrinterDefaultBin
ActiveDocument.PageSetup.OtherPagesTray = wdPrinterDefaultBin
I have investigated the problem and if I jump to each section and changes
the printer bin it works, but why can't I change the printer bins with the
above code?
/Lasse
We are currenlty getting Office 2007 Service Pack2 deployed on all our
client computers. I have encountered a problem after the installation of SP2
with one of our Word 2007 templates.
We have a document containing 3 sections and I have created a macro that
makes some changes to the document and then prints it. In my macro I have the
following code, but after SP2 was installed it doesn't accept it and returns
a debug error:
ActiveDocument.PageSetup.FirstPageTray = wdPrinterDefaultBin
ActiveDocument.PageSetup.OtherPagesTray = wdPrinterDefaultBin
I have investigated the problem and if I jump to each section and changes
the printer bin it works, but why can't I change the printer bins with the
above code?
/Lasse