M
melon
I have a Outlook macro that will generate a customized Word document
for a given meeting request. I found out PrintOut does not give you a
print dialog box so I just set Application.Visible = true to let the
user print the stuff themselves.
However, sometimes Word will appear but remain in the background. I
think this is due to the Outlook prompt "Some program is trying to
access an address from Outlook". Is there any way that I can either
a) Bring up the print dialog window
b) Focus (bring to front) the word document.
for a given meeting request. I found out PrintOut does not give you a
print dialog box so I just set Application.Visible = true to let the
user print the stuff themselves.
However, sometimes Word will appear but remain in the background. I
think this is due to the Outlook prompt "Some program is trying to
access an address from Outlook". Is there any way that I can either
a) Bring up the print dialog window
b) Focus (bring to front) the word document.