Hello,
I try to get a array formula within excel with 2 parts. However, when I execute the code, only the first formula appears (without replacing the last part).
Any idea what could be wrong?
Thanks a lot in advance,
Sub ArrayMacro()
Dim theFormulaPart1 As String
Dim theFormulaPart2 As...