Excel Function : CALL

Download now!

Excel Function : CALL

Category

Add-in and Automation

Description

Calls a procedure in a dynamic link library or code resource

Microsoft Excel Reference Page

https://support.office.com/en-us/article/CALL-function-32d58445-e646-4ffd-8d5e-b45077a5e995

Syntax and Description of the CALL Excel Function

The syntax for the CALL Excel function is as follows: CALL(function_name, argument1, [argument2, ...]) The function_name argument is the name of the function to call. The argument1, argument2, ... arguments are the arguments to pass to the function.

About CALL Excel Function

The CALL function calls a procedure in another program or DLL. CALL can be used to call a procedure in a dynamic-link library (DLL) or code resource. The procedure can be a Microsoft Excel 4.0 macro sheet, an XLL, or an Add-In procedure.