Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello people,
I created a VBA code, which generates fo me the mails taking informations from 3 rows Name, mail, Cust.Number. The VBA code generates also a URL link and then run through the selected range. This is functioning, but I need to change the adress - also change the fiel - adress " FROM: " but i am not able to change it through the keystrokes and dont know how to change it throuh the shell. My goal is to change the adress from my email to another email adress which is mapped as additional mailbox. Could you provide some solution for me ? Part of the conde where I call the shell: ' Create the URL URL = "mailto:" & Email & "?subject=" & Subj & "&body=" & Msg ' Execute the URL (start the email client) ShellExecute 0&, vbNullString, URL, vbNullString, vbNullString, vbNormalFocus -- Pavol Uhrin MCP -- Pavol Uhrin MCP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sending mails from excel...but mail body disappearing | Excel Discussion (Misc queries) | |||
sending mails using outlook | Excel Programming | |||
Sending cell data in E-mails | Excel Programming | |||
sending e-mails from excel without 'send' | Excel Programming | |||
macro code for sending e-mails | Excel Programming |