Skip to Content

CALL

Calls a procedure in a dynamic link library or code resource

Syntax

CALL(register_id, [argument1], ...)

Parameters

  • register_id: Required. The register ID returned by a previous REGISTER or REGISTER.ID function
  • argument1: Optional. Arguments to pass to the procedure

Example

=CALL(register_id, 1, 2, 3)
Returns: VariesSince: Excel 2003