Excel VBA Macro: Create Word Document & Copy Paste Chart/Graph/Diagram (from Excel)

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

greggowaffles

greggowaffles

Күн бұрын

Excel VBA Macro: Create Word Document & Copy Paste Chart/Graph/Diagram (from Excel).
Code:
Sub add_chart_2_word()
Dim objWord
Dim objDoc
Dim i As Integer
Dim j As Integer
Dim ws As Worksheet
Set objWord = CreateObject("Word.Application")
Set objDoc = objWord.Documents.Add
Set ws = ThisWorkbook.Sheets("Sheet1")
With objDoc
.Styles.Add ("Main Title")
.Styles.Add ("Sub Title")
With .Styles("Main Title").Font
.Name = "Calibri"
.Size = 30
.Bold = True
.Color = RGB(26, 134, 31)
End With
With .Styles("Sub Title").Font
.Name = "Arial"
.Size = 15
.Bold = False
.Color = RGB(0, 0, 0)
End With
End With
With objWord
.Visible = True
.Activate
With .Selection
.Style = objDoc.Styles("Main Title")
.typetext ("Country Report")
.typeparagraph
.Style = objDoc.Styles("Sub Title")
.typetext (ws.Cells(8, 1).Text)
.typeparagraph
ws.ChartObjects("Chart 1").Chart.CopyPicture
.Paste
.typeparagraph
.typetext (ws.Cells(9, 1).Text)
.typeparagraph
ws.ChartObjects("Chart 2").Chart.CopyPicture
.Paste
.typeparagraph
End With
End With
End Sub
#ExcelVBA #ExcelMacro

Пікірлер: 3
@lavitads9308
@lavitads9308 17 күн бұрын
@greggowaffles How to replace a placeholder in a word doc with chart from excel sheet
@nikolamn580
@nikolamn580 Жыл бұрын
Thank you for this amazing tutorial. What about if I want to save the word file as PDF from the macro.
@coreyterry900
@coreyterry900 Жыл бұрын
Hi, So I need to add pie charts like this in a word document. Each word document is for a different person so I will be doing a mail merge but so the data in the pie chart will be different based on the person. Is that possible?
Excel VBA Macro: Create Word Document & Add Table (Dynamic Range)
10:34
How To Copy A Single Excel Chart To Word Using VBA
14:40
Sigma Coding
Рет қаралды 6 М.
DEFINITELY NOT HAPPENING ON MY WATCH! 😒
00:12
Laro Benz
Рет қаралды 63 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 33 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 33 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 8 МЛН
Progress Circle Chart in Excel as NEVER seen before!
10:31
Leila Gharani
Рет қаралды 667 М.
(1/2) Automating Word Documents from Excel - No VBA
4:37
Andrew Ligon Fant
Рет қаралды 354 М.
CopyPaste Charts To PowerPoint Excel VBA Macro
4:17
Excel Macro Mania
Рет қаралды 2,4 М.
Excel VBA Macro: Send Multiple Emails (with Multiple Attachments)
12:09
How To Copy Multiple Excel Charts To Word Using VBA
23:12
Sigma Coding
Рет қаралды 10 М.
DEFINITELY NOT HAPPENING ON MY WATCH! 😒
00:12
Laro Benz
Рет қаралды 63 МЛН