custom worksheet functon is changed to lowercase
Hi,
If I define the following function in workbook:
Public Function TESTing() As String
TESTing = "this is a test"
End Function
and then try and use the function, it always gets converted to lowercase.
Is there a way to keep the Mixed Case ?
thanks
|