Excel VBA Macro: Right Align Image in Email Body (and Resize)

  Рет қаралды 1,169

greggowaffles

greggowaffles

Жыл бұрын

Excel VBA Macro: Right Align Image in Email Body (and Resize)
💥Subscribe: / @greggowaffles
Code: KZbin doesn't allow angled brackets in the description, so the code will instead be placed in the comment section for reference.
#excelmacro #excelvba

Пікірлер: 3
@greggowaffles
@greggowaffles Жыл бұрын
Code: Sub align_image_2_right_in_email() Dim OutApp As Object Dim OutMail As Object Dim strbody1 As String Dim strbody2 As String Dim png As String Dim align As String Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp.CreateItem(0) png = ThisWorkbook.Sheets("Sheet2").Cells(9, 2).Text align = "text-align: right;" strbody1 = "" & _ "Hello Everyone,Please see image below." strbody2 = "Thank you,Greg" On Error Resume Next With OutMail .to = "abc@123.com" .CC = "" .BCC = "" .Subject = "Today's Image " & Format(Date, "mm-dd-yyyy") '.Send .Display .HTMLBody = strbody1 & "
@CollDott
@CollDott Жыл бұрын
👏👍
@riccasalimbao8577
@riccasalimbao8577 Жыл бұрын
What if instead of the attachment it’s the text merge into a table
Excel VBA Macro: Send Email With Table In Body (Dynamic Range)
13:51
greggowaffles
Рет қаралды 105 М.
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 87 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 6 МЛН
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 7 МЛН
Insert All Pictures In Folder Excel VBA Macro
5:50
Excel Macro Mania
Рет қаралды 4,5 М.
Excel VBA Macro: Center Image in Email Body (and Resize)
10:05
greggowaffles
Рет қаралды 6 М.
Convert image in email to data in Excel
1:00
Learn Accounting Finance
Рет қаралды 13 М.
How to Get List of File Names in a Folder using Excel
5:40
Excel Weez
Рет қаралды 6 М.
Excel VBA Macro: Paste Range (Table) As Image In Email Body
9:35
greggowaffles
Рет қаралды 34 М.
Excel range as table in email body | Excel macro(vba) | Lecture 9
4:03
Extreme Automation - Kamal Girdher
Рет қаралды 28 М.
Send Mail From Excel via Outlook
6:19
Excel Macro Mania
Рет қаралды 102 М.
Excel VBA Macro: Send Multiple Emails (with Multiple Attachments)
12:09
Excel VBA Macro: Send Email with Picture in Body (Embedded Image)
8:57
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 87 МЛН