Running into a 1004 - Application-defined or object-defined error while trying to write an mmult formula to a cell:
Sheets("VaR ReCalculation").Activate
Sheets("VaR ReCalculation").Range(Cells(38, 9), Cells(38, 9)).Formula2 = "=MMULT(R[-2]C#;R[-36]C:R[-4]C[32])"
If, however, I enter the same formula to the same cell manually it works perfectly.
I don't want to multiply matrixes in vba, i need it to be visible in the worksheet.