Hi,
I have an agent that generate graph from excel OLE function. It works fine on domino R5 server. The problem start, when we migrate and upgrade the server to R6. The code below in [bold] are causing the code to stop executing.
Sub Generate_Graph()
.
.
.
With .Axes(1)
[<b>].MaximumScale = varDateMax
.MajorUnit = intXMajorUnit
.MajorUnitScale = intXMajorUnitScale
.MinorUnit = intXMajorUnit
.MinorUnitScale = intXMajorUnitScale[</b>]
End With
.
.
End Sub
The error generate is []ErrOLEException (213)[]. I have search many site, but couldn’t get any documentation on this exception error.
Please help asap, as it’s causing problem on our production server.
Thank You
Ronnie Tan