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

Need help to export text box with caption and border from qlikview to PPT

Hi All,

I have written a macro to export the Text Boxes from qlikview to PPT. Some how I am not able to get the caption and border of these text boxes. Though I am able to export multiple text boxes to ppt but only its cell value. Can any one help me out with the code to export the text boxes with caption and border in PPT.

Thanks in Advance.

Priyank Aneja

2 Replies
m_woolf
Master II
Master II

In your macro, try:

ActiveDocument.GetSheetObject("TX2508").CopyBitmapToClipboard

instead of CopyTextToClipboard

Not applicable
Author

Hi Michael,

I am using that only "CopyBitmapToClipboard" and not "CopyTextToClipboard". But still no sucess.