S
Sheela
Hello,
The code below was created in excel version 95. I'm using
Excel 2002 now. How do I code if I want to convert a
chart from a workbook to html format where this chart
will be published in the Intranet? What this code does
right now is it uses third party software (Paint Shop) to
convert chart in a GIF format and then transfers it to
HTML format. How do I do it directly?
Can this html chart updated automatically when there is
changes made in excel?
--------------------------------------------------
Workbooks.Open HtmlPath & "MOPSPROD.XLS"
SavePicture ChartName:="Graph",
SaveName:="MOPSPROD.GIF"
SavePicture ChartName:="mthtrend", SaveName:="MTHMOPS.gif"
Application.Run Macro:="MOPSPROD.XLS!DailyMOPS"
Workbooks("MOPSPROD.XLS").Close saveChanges:=False
---------------------------------------------------
Please advise!!!
Thank you very much for your help.
Regards,
Sheela
The code below was created in excel version 95. I'm using
Excel 2002 now. How do I code if I want to convert a
chart from a workbook to html format where this chart
will be published in the Intranet? What this code does
right now is it uses third party software (Paint Shop) to
convert chart in a GIF format and then transfers it to
HTML format. How do I do it directly?
Can this html chart updated automatically when there is
changes made in excel?
--------------------------------------------------
Workbooks.Open HtmlPath & "MOPSPROD.XLS"
SavePicture ChartName:="Graph",
SaveName:="MOPSPROD.GIF"
SavePicture ChartName:="mthtrend", SaveName:="MTHMOPS.gif"
Application.Run Macro:="MOPSPROD.XLS!DailyMOPS"
Workbooks("MOPSPROD.XLS").Close saveChanges:=False
---------------------------------------------------
Please advise!!!
Thank you very much for your help.
Regards,
Sheela