Skip to main content
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