![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
I have a sheetA with following macro:
For Each rngeCell In rngeAddresses.Cells Set olMail = olApp.CreateItem(olMailItem) olMail.To = rngeCell.Value olMail.Subject = "Message ! ! ! " olMail.Body = "Message ! ! ! " olMail.Send Next Can somebody help me with the following: I need to add a code in this macro who makes an attachment from another workbook. Is this possible? Many thanks for help. |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,065
|
very common question email via vba, very well deatiled, use search this will put you there or near abouts.
HTH
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|