View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Case sensitive VBA function

I don't believe there is. It appears that however the function is first
entered by a user is how Excel will capitalized it thereafter in a given
workbook.

--
Jim
"Schizoid Man" wrote in message
...
| Hello,
|
| Is there a way that I can configure my custom VBA functions to default to
| the specific case specified in their declaration, in the same way that
Excel
| functions all revert to upper case?
|
| Thanks,
| Schiz
|
|