|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
MS Excel: Exporting columns as csv then send as email.
On our customer's excel sheet I would like to have a button that says "[Send to Sales]" and this will save the three columns of their excel sheet (First name, last name, email address) to a csv file then email it to us.
Is this possible in Excel/VBA? |
|
#2
|
|||
|
|||
|
Quote:
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#3
|
|||
|
|||
|
Thanks - I should make clear that our customers will receive the excel sheet with "First name, surname, email, postal address...etc" but when they press a button it should just export "First name, surname and email" to a csv file then email it to us.
Thanks again. |
|
#4
|
|||
|
|||
|
Hi,
May i know how you do it. I also require a simliar app where i can send an email to a list of customers with certain data in a xls. You can email directly to me at andy.z.chan@motorola.com Regards, Quote:
|
|
#5
|
|||
|
|||
|
CSV Export
Would you be so kind as to forward a copy to me? It would be of great use.
Thanks, Malcolm |
|
#6
|
|||
|
|||
|
code
I would like to know if you found the code for your question.
Thank you Hani Zaki Quote:
|
|
#7
|
|||
|
|||
|
Mail code for VB in Excel
Application.Dialogs(xlDialogSendMail).Show ("Mail Group name")
The only requirements with this is that your mail server is open and the recipients are in a mail group. Hope this helps. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > MS Excel: Exporting columns as csv then send as email. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|