Excel VBA Macro: Insert PivotTable (in Email Body)

  Рет қаралды 601

greggowaffles

greggowaffles

4 ай бұрын

Excel VBA Macro: Insert PivotTable (in Email Body)
💥Subscribe: / @greggowaffles
Code:
Sub send_email_with_pivot_table()
Dim OutApp As Object
Dim OutMail As Object
Dim table As PivotTable
Dim pic As Picture
Dim ws As Worksheet
Dim wordDoc
Set OutApp = CreateObject("Outlook.Application")
Set OutMail = OutApp.CreateItem(0)
Set ws = ThisWorkbook.Sheets("Pivot Sheet")
Set table = ws.PivotTables("PivotTable1")
ws.Activate
table.TableRange2.Copy
Set pic = ws.Pictures.Paste
With pic
.Select
.Cut
End With
'create email message
On Error Resume Next
With OutMail
.to = "team@123.com"
.CC = ""
.BCC = ""
.Subject = "Country Population Data " & Format(Date, "mm-dd-yyyy")
.display
Set wordDoc = OutMail.GetInspector.WordEditor
With wordDoc.Range
.pasteandformat wdChartPicture
.insertParagraphafter
.insertParagraphafter
.InsertAfter "Thank you,"
.insertParagraphafter
.InsertAfter "Greg"
End With
.HTMLBody = "<Body style = font-size: 12pt; font-family: Arial> " & _
"Hi Team, <p> Please see table below: <p> " & .HTMLBody
End With
On Error GoTo 0
Set OutApp = Nothing
Set OutMail = Nothing
End Sub
#excelmacro #excelvba

Пікірлер: 2
@GGPG
@GGPG 3 ай бұрын
hi sir, i came acrros your video, very help, but how do i change the size of the image pasted on the email please?? hope you can answer my question
@ma.cedezcatherinemalijan2200
@ma.cedezcatherinemalijan2200 Ай бұрын
Hello! I need this same function but not using pivot. I need to copy and paste a certain range from excel to outlook. Please help
Excel VBA Macro: Delete Rows (Based on List of Values)
12:22
greggowaffles
Рет қаралды 609
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 34 МЛН
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 10 МЛН
IQ Level: 10000
00:10
Younes Zarou
Рет қаралды 4 МЛН
Женская драка в Кызылорде
00:53
AIRAN
Рет қаралды 491 М.
Excel VBA Macro: Save Range (as Image) and Attach to Email
12:15
Excel VBA Macro: Paste Range (Table) As Image In Email Body
9:35
greggowaffles
Рет қаралды 34 М.
How to Get List of File Names in a Folder using Excel
5:40
Excel Weez
Рет қаралды 6 М.
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
Bongcloud to 3000 with 0 LOSSES!?!?!
19:34
GMHikaru
Рет қаралды 18 М.
12 Pro PivotTable Formatting Tricks = No more UGLY PivotTables!
12:12
MyOnlineTrainingHub
Рет қаралды 329 М.
Groundbreaking New Solar Energy System - Too Good to be True?
7:07
Sabine Hossenfelder
Рет қаралды 415 М.
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 34 МЛН