I am trying to pass an argument to a function where the argument is concatenated. it is not working .
Can any body help.
The function code is
------------------------------------
Function degf(ByRef x As Variant)
degf = x * 1.8 + 32
End Function
-----------------------------------
Sub...