Hi,
When I try and print a webpage automatically using VBScript, for some reasons it prints out 2 pages - one with content, the other with a blank page. However, if I ask for the Print Dialog to come up, it only prints one page. Any ideas?
I'm using:
ExecWB(6, -1);
to print as 6,2 still brings up the dialog, where as 6,-1 doesn't.
Cheers
old_timer_uk
When I try and print a webpage automatically using VBScript, for some reasons it prints out 2 pages - one with content, the other with a blank page. However, if I ask for the Print Dialog to come up, it only prints one page. Any ideas?
I'm using:
ExecWB(6, -1);
to print as 6,2 still brings up the dialog, where as 6,-1 doesn't.
Cheers
old_timer_uk
Comment