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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to export sheet in .bmp format

Dear all

how to export sheet in . bmp format

please help--------------------

Regards

Ashish

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Note code should be in same line.


ActiveDocument.Sheets("Main").ExportBitmapToFile "D:\Documents and Settings\XXXXXXX\Desktop\New Folder\MyImage.bmp"


What error are you getting?

-Peterson

View solution in original post

5 Replies
spsrk_84
Creator III
Creator III

Hi,

Write a macro to export the sheet into .bmp format,meanwhile i will also try to post the code........

Rgds,

Ajay

Not applicable
Author

Hi,

Your macro should be as follow


ActiveDocument.Sheets("Main").ExportBitmapToFile
"D:\Documents and Settings\XXXXXXX\Desktop\New Folder\MyImage.bmp"


-Peterson

Not applicable
Author

it's a not working

Not applicable
Author

Hi,

Note code should be in same line.


ActiveDocument.Sheets("Main").ExportBitmapToFile "D:\Documents and Settings\XXXXXXX\Desktop\New Folder\MyImage.bmp"


What error are you getting?

-Peterson

Not applicable
Author

thank it's working

Regards

Ashish