Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarkharpude
Creator III
Creator III

Export text object to PPT using macro

Hi,

I want to export text object with border to PPT using macro. I am able to export the text object but i am losing the border of the text object.

Can you please suggest me the solution.

Thanks

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Hi,

try like following:

with PPSlide.Shapes.Paste    

    .Line.Weight = 2    

end with

This will give your textobject a borderline.

hope this helps

View solution in original post

2 Replies
Frank_Hartmann
Master II
Master II

Hi,

try like following:

with PPSlide.Shapes.Paste    

    .Line.Weight = 2    

end with

This will give your textobject a borderline.

hope this helps

sagarkharpude
Creator III
Creator III
Author

Thanks Frank 🙂