M
marcelobf
I need to write a function the sums two arrays and return an array as a
result. This has to be made using FormulaArray. I've tried some thing
as showed below, but doesn't work.
-Function FFF(MinhaSelecao1 As Range, MinhaSelecao2 As Range) As Range
FFF.ArrayFormula = "=" & MinhaSelecao1 & "+" & MinhaSelecao2
End Function-
Does anyone can help me?
result. This has to be made using FormulaArray. I've tried some thing
as showed below, but doesn't work.
-Function FFF(MinhaSelecao1 As Range, MinhaSelecao2 As Range) As Range
FFF.ArrayFormula = "=" & MinhaSelecao1 & "+" & MinhaSelecao2
End Function-
Does anyone can help me?