Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
1 Solution

Accepted Solutions
sathishkumar_go
Partner - Specialist
Partner - Specialist
Author

1 Reply
sathishkumar_go
Partner - Specialist
Partner - Specialist
Author