Case sensitive VBA function

  • Thread starter Thread starter Schizoid Man
  • Start date Start date
S

Schizoid Man

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
 
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
| 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
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top