If I have an excel function such as:
=my_function(A1:C4)
and I want to call this from VBA like:
Dim t as variant t = Applic
The simplest syntax is
Application.Run("my_function", [A1:c4])