K
Kenny
If i am using a user defined function (VBA code)
i.e.
Function TestFunc(Input Variables etc...) As Variant
'Code here
TestFunc = "Result of Code"
End Function
How is cell formatting applied similar to the way the
excel function PMT() changes format to red if output value
is negative.
i.e.
Function TestFunc(Input Variables etc...) As Variant
'Code here
TestFunc = "Result of Code"
End Function
How is cell formatting applied similar to the way the
excel function PMT() changes format to red if output value
is negative.