Email Excel spreadsheet using a macro

dwilson38550m

Board Regular
Joined
Nov 21, 2005
Messages
89
I have created several spreadsheets using a macro (the spreadsheets created are remittance advices to be sent out to suppliers). Is there any way I can create a macro to email these spreadsheets out to suppliers (using email details contained in a predefined list)?

Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Take a look at this. This was given to me by Michael Ro
This will list all the excel files in a folder and put them in column “A”, it will then e-mail to the e-mail addresses in column “B”.
I have put a VLOOKUP in column “B” which looks at the file name and enters the correct E-mail addresses. (I have created a VLOOKUP table with all the possible file names, in my case customer names and the corresponding e-mail addresses).This way if the files stored in your folder change, column “B” will always enter the correct E-Mail addresses
You may be able to use parts of this code.

http://www.mrexcel.com/board2/viewtopic.php?t=164558&highlight=
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,854
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top