Calling Functions

After the functions are declared at the top of the module, you can call them in your VBA code. When you call a function, you tell it to perform its intended action and return a value. You can test the returned value to see if the function ran successfully.

This example shows the syntax for EssVCalculate.

EssVCalculate(sheetName, calcScript, synchronous)

When you call a function, observe these guidelines: