RadiusCore's API can be accessed via other Visual Basic for Applications (VBA) projects (i.e. .xlsm file) by adding RadiusCore as a reference.
Ensure RadiusCore is installed and enabled on your system.
Open Excel’s Visual Basic for Applications (shortcut ALT
+F11
).
Select ‘Tools’ -> ‘References…’
Find RadiusCore in the Available References list. Select it using the checkbox and press OK.
In the Project Explorer, RadiusCore.xlam should be listed as a Reference.
You can now access RadiusCore via its API, for example:
Sub radius_Sample()
RadiusCore.Refresh All:=True
End Sub