Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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