Model Export to Excel Macro
When you export models to Excel Macro, a VBA script (*.bas) is generated for each output.
The exported script can be imported into MS Excel or Visual Basic Editor.
After importing the *.bas file into Excel, the M_predict_Y1 module is available.
Model predictions are now available as function in Excel, e.g., "=predict_Y1(A2:D2)", where cells A2, B2, C2 and D2 contain the input data for the model prediction.