Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all
how to export sheet in . bmp format
please help--------------------
Regards
Ashish
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
Hi,
Write a macro to export the sheet into .bmp format,meanwhile i will also try to post the code........
Rgds,
Ajay
Hi,
Your macro should be as follow
ActiveDocument.Sheets("Main").ExportBitmapToFile
"D:\Documents and Settings\XXXXXXX\Desktop\New Folder\MyImage.bmp"
-Peterson
it's a not working
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
thank it's working
Regards
Ashish