Hi,
I am trying to pass string to variable defined in Mathcad..
variable defined as
SU:="High"
and code to pass value written as : Dim obj as Object = "High" MathcadApplication.ActiveWorksheet.SetValue(
same code work if pass any interger/double value, but if pass string it doesn't work..
any idea...?
thanks in advance...
RSP