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...
I want to pop up a window at a fixed time using excel to remind me of doing sth.
My problem is that I can pop up a window, but I can not let the window show on the top of other windows, eg. IE, so that I could notice the reminder.
I tried win32api functions ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.