Error Microsoft VBScript (0x800A03EC)

  • Thread starter Thread starter Philou
  • Start date Start date
P

Philou

Hello,

I'm trying to export a chart build within a ASP page in VBScript.
See the code :

Set GR = CreateObject("MSGraph.application")
GR.Visible = False
....
....
GR.Chart.Export "c:\chart.gif"

This code give me the Error : Microsoft VBScript (0x800A03EC) !!!
Does anyone know wat is appening ?

Thanks

Philou
 
Back
Top