Skip to content
Accessing the RadiusCore API

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. 1

    Ensure RadiusCore is installed and enabled on your system.

  2. 2

    Open Excel’s Visual Basic for Applications (shortcut Alt+F11 ).

  3. 3

    Select ‘Tools’ -> ‘References…’

    Excel VBA: Use toolbar to access project references.
  4. 4

    Find RadiusCore in the Available References list. Select it using the checkbox and press OK.

    Excel VBA: Select RadiusCore from available VBA Project references.
  5. 5
    1. In the Project Explorer, RadiusCore.xlam should be listed as a Reference.
      Excel VBA: RadiusCore as a VBA Project reference
  6. 6

    You can now access RadiusCore via its API, for example:

    VB
    Sub radius_Sample()
        RadiusCore.Refresh All:=True
    End Sub
    

© 2026 RadiusCore Documentation. All rights reserved.