Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sathishkumar_go
Partner - Specialist
Partner - Specialist

PPT - TEXTBOX BACKGROUND COLOR

Hi,

I am exporting a qlikview chart into PPT. While exporting i have created the textbox in ppt by using

 

Set PPHeaderBusinessTitle = PPSlide.Shapes.AddTextBox(1, 5, 1, 800, 200)
With PPHeaderBusinessTitle.TextFrame.TextRange
.Text = ActiveDocument.GetVariable("vBusinessName").GetContent.String
.Font.Name = "Calibri"
.Font.Size = 28
.Font.Color.RGB = RGB(33,95,150)
End With

Now i want to add background color for the textbox in ppt.

-Sathish

1 Solution

Accepted Solutions
1 Reply
sathishkumar_go
Partner - Specialist
Partner - Specialist
Author