Thread: [Solved] Email submit that...
View Single Post
 
Old 02-12-2013, 07:20 AM
antipelagian antipelagian is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Feb 2013
Location: Ohio
Posts: 4
antipelagian is on a distinguished road
Default Thanks...didn't work, however.

Quote:
Originally Posted by macropod View Post
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!
Reply With Quote