View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard
 
Posts: n/a
Default 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