Hi,
I am trying to export an excel chart to a program that only accepts bitmaps, but haven't had much luck. What I've tried so far is the following...
ActiveChart.Export Filename:="e:\MyChart.bmp", FilterName:="BMP"
but apparently BMP isn't an acceptable filter. GIF and JPEG work ok (I can't find a filter listing). Any suggestions how to do something like this?
I am trying to export an excel chart to a program that only accepts bitmaps, but haven't had much luck. What I've tried so far is the following...
ActiveChart.Export Filename:="e:\MyChart.bmp", FilterName:="BMP"
but apparently BMP isn't an acceptable filter. GIF and JPEG work ok (I can't find a filter listing). Any suggestions how to do something like this?