Export Graph as bmp File

M

Mike C

I have code that exports a graph to jpg format but it can't seem to export to
bmp. Any thoughts? Thanks!!!

subGPOASPBar.Export "...\Metrics\subGPOASPBar.jpg", "JPEG"
Reports("subGPOASPBar").Controls("subGPOASPBar").Object.Application.Quit
 
Top