Discussion Board for collaboration related to QlikView App Development.
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.
Hi Atun
You could try "CopyBitmapClipboard"
Please see attached example.
br
Martin
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