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
One possible solution: Set calculation mode to manual, then back to automatic
Application.Calculation = xlCalculationManual Application.Calculation = xlCalculationAutomatic