Dear J Forum:
I'm trying to pass variables between Excel and J, and having problems when
dealing with a text/string variable.  Let's say that I want to get the
"jstring" text variable into VBA:
Dim v As Variant
v = jget("jstring")
Sheet.Cells(1, 1).Value = v
I get "runtime error 13, type mismatch."  What's wrong?  Things work fine
for numeric variables.  Thanks.
Sincerely,
Leigh

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to