Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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