Hi,
I have copied a custom function into a VBA Add-in. The code runs something like this:
"Function xxyyzz(r As Range) As String
Application.Volatile
Code xxxxxx
End Function"
I have unable to access the function the way I access the normal worksheet functions. I have checked and...