help
i have x and y array's i want to multiply. somthing like MMULT(Array1;Array2) but this time using vba function called planck()
-------------------------------------------------
Public Function Planck(Lambda As Double, Temperature As Double) As Double
Dim C1 As Double, C2 As Double, Eee...