Graph to HTML?

J

Jim D.

I have an application where the File | Export menu is included to allow users to export a report to excel, word, html, rtf, snapshot, etc. There is also a part of the program that does this programmatically using the Docmd.OutputTo command. A report is included in the app that has a graph in the detail section. When this report is exported (either manually, using the menu option or programmatically) to html, the graph is not included. Is there a way to programmatically export a report with a graph to html including the graph?

Thanks for the help.
 
Top