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

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