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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

CopyBitmapToClipboard

I have problems with the instruction QlikView 9. (7119)

SET SheetObj = ActiveDocument.GetSheetObject (objid)

SheetObj.CopyBitmapToClipboard

in the macro, this does not continue its execution if I post

msgbox (objid)

This ejecta I sent the message on the screen.

I would appreciate suggestions

1 Reply
spsrk_84
Creator III
Creator III

Hi,

check this code hoe it will be usefull for u.



sub Bitmap

ActiveDocument.getSheetObject("TB01"

).CopyBitmapToClipboard

MSGBOX("OBJID")

end

sub



if it works for ok,else explain what u want to do exactly

Rgds,

Ajay