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

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