M
mikeburg
What would be the proper syntax to have VBA to insert an array formul
in a cell? For example:
SheetData.Range("F4") = "=SUM(F7:F70)" inserts the formula.
However, the following does not work,
SheetData.Range("E4") = "{=SUM(--SUBSTITUTE(0 & E7:E70, " - ",""))}"
Any ideas. Thanks for all your help. mikebur
in a cell? For example:
SheetData.Range("F4") = "=SUM(F7:F70)" inserts the formula.
However, the following does not work,
SheetData.Range("E4") = "{=SUM(--SUBSTITUTE(0 & E7:E70, " - ",""))}"
Any ideas. Thanks for all your help. mikebur