I have the following line of code that takes a chart in Excel and converts it to a .gif file:
ActiveChart.Export strTempFilePath, "GIF"
I use Excel 2003 in WinXP. I've tested it in Excel 2K, Win2K and it worked fine. However, one of the users who runs the code in 2K had a bit of a problem.
When the .gif file is created it takes the formatting and messes it up a bit. The chart uses an Arial font but for him it isn't Arial but something not very clear.
Any idea of what is actually used to run the conversion process ... is it a funtion in a .dll or something?
Thanks!
- Bruce
ActiveChart.Export strTempFilePath, "GIF"
I use Excel 2003 in WinXP. I've tested it in Excel 2K, Win2K and it worked fine. However, one of the users who runs the code in 2K had a bit of a problem.
When the .gif file is created it takes the formatting and messes it up a bit. The chart uses an Arial font but for him it isn't Arial but something not very clear.
Any idea of what is actually used to run the conversion process ... is it a funtion in a .dll or something?
Thanks!
- Bruce