How to run jsl script in excel VBA?
Try to run jsl script in excel VBA envirment. the purpose of the script is to open two csv data tables and join them together.the script likes below:Sub loadData()
Dim myjmp As JMP.Application
Dim jmp_doc As JMP.Document
Dim jmp_BL As JMP.DataTable
Dim jmp_dt As JMP.DataTable
Dim jmp_dtFinal As JMP.DataTable
Dim jmpstr As StringSet myjmp = CreateObject("JMP.Application")
myjmp.Visible = True
Set jm...
vince_faller
DMR
Steven_Moore
sophiaw
saitcopuroglu