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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

CopyToClipBoard-->Image thru Macro

Hi,

Like we do MyTable.CopyTableToClipboard True

to implement Send To Excle functionality of QV, do we have any method to implement "CopyToClipboard-->Image" functionality so that i can have a bar chart as a image in excel.

2 Replies
Not applicable
Author

Hi Atun

You could try "CopyBitmapClipboard"

Please see attached example.

br

Martin

Not applicable
Author

thanks Martin.

what i was trying is

XLDoc.Sheets(vSheetName).Paste

i was using same thing for both - values as well as images. Working for values but not for images.

will try with ur idea