M
marwan hefnawy
I used the senkeys method to show the built in dialog box "Print" then sends
6 repeated Tab keys to this dialog then sends one {Enter} to open the
printer's properties dialog box as following
Application.SendKeys "^{p}{Tab 6}~"
with the same manner I can continue to select the desired paper size and the
desired Tray.
But I think this is not the best way to select the printer Tray.
Do anyone knows a better Idea?
Thanks.
6 repeated Tab keys to this dialog then sends one {Enter} to open the
printer's properties dialog box as following
Application.SendKeys "^{p}{Tab 6}~"
with the same manner I can continue to select the desired paper size and the
desired Tray.
But I think this is not the best way to select the printer Tray.
Do anyone knows a better Idea?
Thanks.
