Learning Center

It’s very easy to call a SAFE TOOLBOXES® function from VBA. The way to do this is calling the SAFE TOOLBOXES® function through Application.Run method, as shown below:

Public Function myVBAFunction(Parameter1 as Integer, Parameter2 as String) 
    myVBAFunction = Application.Run("sAnySAFEFunction", Parameter1, Parameter2)
End Function

© 2016-2018 Safe Quantitative Technologies, ltd. All rights reserved.