W
Walter Willemstein
Hi there, I need help with the following:
In Office XP, after a mailmerge with a large text-file
(1Mb) I cannot do anything (from Macro-code) in the new
document with ActiveDocument.PageSetup.
But when I split the text-file in two smaller files I can
(with both parts).
For example I cannot set
ActiveDocument.PageSetup.FirstPageTray =
wdPrinterAutomaticSheetFeed.
When I ask the value of the properties of
ActiveDocument.PageSetup (with the large MailMerge) they
all return " 9999999", whereas the properties with the
smaller MailMerge return the right values and I can set
them to other values.
When I try to change the values by hand in the document
itself, I can change them -after the warning that the
margins aren't wright. But this also happens with the
smaller merges.
It seems that Office XP after a large MailMerge is unable
to change the PageSetup setting from code.
Or is it the printer driver that can't handle it?
Any answer to help me, I appreciate.
Thanx, WW (Holland).
In Office XP, after a mailmerge with a large text-file
(1Mb) I cannot do anything (from Macro-code) in the new
document with ActiveDocument.PageSetup.
But when I split the text-file in two smaller files I can
(with both parts).
For example I cannot set
ActiveDocument.PageSetup.FirstPageTray =
wdPrinterAutomaticSheetFeed.
When I ask the value of the properties of
ActiveDocument.PageSetup (with the large MailMerge) they
all return " 9999999", whereas the properties with the
smaller MailMerge return the right values and I can set
them to other values.
When I try to change the values by hand in the document
itself, I can change them -after the warning that the
margins aren't wright. But this also happens with the
smaller merges.
It seems that Office XP after a large MailMerge is unable
to change the PageSetup setting from code.
Or is it the printer driver that can't handle it?
Any answer to help me, I appreciate.
Thanx, WW (Holland).