Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

How to set the width of chart while exporting to ppt in macro?

Hi,

i have used the below code to set the width but its not working.

  with PPSlide.Shapes.Paste

.Left = 0

.Top = 30

.Width = 720

end with

what am i doing wrong here?

1 Solution

Accepted Solutions
udaya_kumar
Specialist
Specialist
Author

  with PPSlide.Shapes.Paste

.Left = 0

.Top = 30

.Width = 720

end with

View solution in original post

2 Replies
udaya_kumar
Specialist
Specialist
Author

Hello Experts,

It works fine now, i didnt do anything.

after sometime i checked the export, In ppt, it works fine now.

the chart is fixed to the width of the slide.

Qlikview behaves differently at several times.

udaya_kumar
Specialist
Specialist
Author

  with PPSlide.Shapes.Paste

.Left = 0

.Top = 30

.Width = 720

end with