Hi there,
I'm looking for a way to:
1. open the selected email item from Outlook 2007 and open it in IE7
2. open the print dialog box so user can adjust options
As far as 1 is concerned, it's ok, that's working. But I can't seem to figure out how to get the Print Dialog Box from the macro. This is what I thought it was:
Shell BrowserLocation & " " & FileName, vbNormalFocus
Myselecteditem.Printout
But that prints the entire mail, without showing the IE Print dialog box: has anyone any idea what I'm doing wrong?
thanks for your time!