Quote:
Originally Posted by macropod
I don't use Outlook, so I can't say for sure, but you might get the results you're after by changing:
.Send
to:
.Display
Note that you can also programmatically add more attachments via additional '.Attachments.Add' lines.
|
Thanks. When I use .Display, it prompts the Save As window and the VB debugger.
I'm not sure what you mean by using '.Attachments.Add' lines. I tried plunking the code into a new button and it didn't do anything.
Quote:
PS: When posting code, please use the code tags. They're on the 'Go Advanced' tab.
|
Will do. Thanks!