VBA
Control scripts from VBA
Sub PullConnections()
Set xlc = Application.COMAddIns("XLConnect").Object
xlc.fetchData "Pull TrialBalance"
End SubTo use this in your workbook:

Available methods
Last updated