Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export with Macro

Hi Guys, i have a table that one of the collumns is an representation like a color

error loading image

but when i use the macro:

sub Exportador



local="D:\testeqlik.jpg"



set obj=ActiveDocument.getSheetobject("CH04")

obj.ExportBitmapToFile(local)

end sub

and the image that the macro export is:

error loading image





someone imagine what happens? how i can have the complete image?

0 Replies