Snake Eyes
Board Regular
- Joined
- Dec 14, 2010
- Messages
- 107
- Office Version
- 365
- 2016
- Platform
- Windows
Greetings.
I have this code in a cell.
The text in I11 is entered in lower case. Can I get the resulting value in this cell to be upper case and how would I do that?
I have this code in a cell.
VBA Code:
=IF(W928<>"",""&TEXT(I11,"")&"")
The text in I11 is entered in lower case. Can I get the resulting value in this cell to be upper case and how would I do that?