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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

obj.CopyBitmapToClipboard

Hi all,

I am trying to export a Chart Image to excel but at a line where I copy the chart to Clipboard using obj.CopyBitmapToClipboard , it's getting hanged & the cursor keep's flickering & never comes out. I have tried with each & every option to solve this problem but it's not getting solved.

I have tried these many options.

1. Putting sleep before the obj.CopyBitmapToClipboard (10 sec)

2. Tried it on version 8.5 as well 9.0

3. I changed script's of an existing example from which images can be exported. & tried keeping the Object ID's same as is used in the macro.

Every time the same thing keep's occuring.

Please help it's quite urgent . Thank's in advance.

REgards

Amar[:'(]

2 Replies
Not applicable

Hi,

try using Application.WaitForIdle ...

Best regards

Stefan

amars
Specialist
Specialist
Author

Sorry stefan,

I tried this thing also , it's not working.

Regards,

Amar Shedage