Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I send out the range with below code. But when I read the email, the problem are 1. the content shifted to the middle 2. The email background color auto changed to green (default should be white color). Anybody can help? Thanks. Sub Send_Range() With ActiveSheet.MailEnvelope .Introduction = "This is a sample worksheet." .Item.To = "E-Mail_Address_Here" .Item.Subject = "My subject" .Item.Send End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 - button to email selected users. | Excel Discussion (Misc queries) | |||
Email selected tabs of spreadsheet? | Excel Discussion (Misc queries) | |||
About send email of selected range in Excel | Excel Programming | |||
send email with email addresses in a range of cells | Excel Programming | |||
How do I email selected excel cells to multiple recipients? | Excel Worksheet Functions |