I\'m trying to figure out a way to call a VBScript function using vba in Excel, and then pass a value back to excel-vba. See below
VBScript
Excel
VBA
Try syntax like:
Sub Test() Shell "cscript c:\TestFolder\sample.vbs", vbNormalFocus End Sub