T
Taore
Hi,
When I'm trying to print a word document from Internet explorer I got this
error :
"The number must be between 1 and 32767"
The thing that you must know, is that I have vba macros in my document that
catch the print event and I only execute this code :
Dialogs(wdDialogFilePrint).Show
ON THIS LINE, I got my error. But if I open my document with word, all is
working perfectly...
Is there a way to make my code works in internet explorer?
When I'm trying to print a word document from Internet explorer I got this
error :
"The number must be between 1 and 32767"
The thing that you must know, is that I have vba macros in my document that
catch the print event and I only execute this code :
Dialogs(wdDialogFilePrint).Show
ON THIS LINE, I got my error. But if I open my document with word, all is
working perfectly...
Is there a way to make my code works in internet explorer?