scriptcontrol

  1. R

    Question Get parameter values with ScriptControl and ParameterInfo

    :confused: I've almost accomplished getting method parameter name and values. TestScripting("I hope this works") Public Sub TestScripting(ByVal A As String) Dim oscript As New MSScriptControl.ScriptControl oscript.Language = "VBScript" For Each oParm As ParameterInfo...
Back
Top