J
John Marsden
I'm writing some new macros for our users to print various combinations of
paper on Canon network printers, within Word 97, by recording the macro and
changing the trays within Page Setup. The macros work fine, in so much as
they print the right paper from the right trays, but in doing so the
document seems to refresh many times as the job is being sent to the
printer.
I would like to know how to turn off this 'refresh' on the screen, a problem
which didn't appear when I wrote similar macros in WordBasic in the earlier
Word 7. Also, looking in the macros in that version, there were much fewer
lines of code than there are in the new VB Basic, which I'm sure are not all
needed (e.g. Duplex=Off and Page Margin measurements). Could I safely trim
down this code as the other macros from Word 95 don't include these lines?
Appreciate any help you could offer.
Many Thanks,
John
paper on Canon network printers, within Word 97, by recording the macro and
changing the trays within Page Setup. The macros work fine, in so much as
they print the right paper from the right trays, but in doing so the
document seems to refresh many times as the job is being sent to the
printer.
I would like to know how to turn off this 'refresh' on the screen, a problem
which didn't appear when I wrote similar macros in WordBasic in the earlier
Word 7. Also, looking in the macros in that version, there were much fewer
lines of code than there are in the new VB Basic, which I'm sure are not all
needed (e.g. Duplex=Off and Page Margin measurements). Could I safely trim
down this code as the other macros from Word 95 don't include these lines?
Appreciate any help you could offer.
Many Thanks,
John