I recently took a large, stable XLSM file, and split it apart into an XLAM and XLSX. Thousands of cells in the XLSX call (udfs) functions in the XLAM, and each such udf beg
For UDFs who can access to Application instance could use:
Application
Application.CalculateFull()
MSDN source here