Changing formula to Upper case

  • Thread starter Thread starter Abdul
  • Start date Start date
A

Abdul

Hello,

If we type a built in formula it automatically changes to upper case.
How we can make a custom function to automatically change to upper
case?

Thanks,
 
All depends on where and how you are using it, but take the inputted text,
UCase(text) and put it back out. Ucase changes what is in the () to uppercase.
 
Back
Top