Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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[:'(]
Hi,
try using Application.WaitForIdle ...
Best regards
Stefan
Sorry stefan,
I tried this thing also , it's not working.
Regards,
Amar Shedage