excellover
Technical User
Hi guys,
what I want to do is to change the printer box to the printer I need before the file print window pops up, I am wondering why I can not acheive this with the following code
my code:
sub pt()
set it=dialogs(wdFilePrintOut)
with it
.Printer="HP Jet three"
.show
end with
set it = nothing
end sub
thanks
what I want to do is to change the printer box to the printer I need before the file print window pops up, I am wondering why I can not acheive this with the following code
my code:
sub pt()
set it=dialogs(wdFilePrintOut)
with it
.Printer="HP Jet three"
.show
end with
set it = nothing
end sub
thanks