When I use SmartView function HypExecuteCalcScript,I got error -41
Here is my code.
Sub Example_HypExecuteCalcScript()
X = HypExecuteCalcScript (Empty, "DataExport", False)
If X = 0 Then
MsgBox("Calculation complete.")
Else
MsgBox("Calculation failed.")
End If
End Sub
And here is some of rules in HP
Tagged:
0