Accessing the RadiusCore API
RadiusCore's API can be accessed via other Visual Basic for Applications (VBA) projects (i.e. .xlsm file) by adding RadiusCore as a reference.
-
1
Ensure RadiusCore is installed and enabled on your system.
-
2
Open Excel’s Visual Basic for Applications (shortcut Alt+F11 ).
-
3
-
4
-
5
-
6
You can now access RadiusCore via its API, for example:
VBSub radius_Sample() RadiusCore.Refresh All:=True End Sub