Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to send email with Excel (VB). But I want to use the From field. I try the .From command but not working |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It would be a security issue to allow somebody e-mail to look like it came
from another users. IT IS NOT ALLOWED!!! You culd make you e-mails look like they came from another person and then you could put a virus into the emil. a person who thought there e-mail wasw coming from somebody they know would not expect a virus to be in an attachment. "MagicMan" wrote: Hi, I want to send email with Excel (VB). But I want to use the From field. I try the .From command but not working |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use this
If you want to change the sender name and reply address add this code line 'The receiver can see the original mail address in the properties if he want .SentOnBehalfOfName = """SenderName"" " You can find it on this tip page for all my Outlook examples http://www.rondebruin.nl/mail/tips2.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "MagicMan" wrote in message ... Hi, I want to send email with Excel (VB). But I want to use the From field. I try the .From command but not working |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send a Sheet as body of Outlook Email | Excel Discussion (Misc queries) | |||
send email macro with Outlook running | Excel Programming | |||
Send Range to Outlook and Email it | Excel Programming | |||
***** PLEASE HELP **** Send an email from Excel to outlook with an automatic macro | Excel Discussion (Misc queries) | |||
How do use outlook express to send email in office 2003 | Excel Discussion (Misc queries) |