Hello everyone.
is there any idea how to make input value in inputBox become UpperCase
here is my several codes, and it's not working.
In = Ucase(Inputbox("my message"))
---
In2 = InputBox("my message"))
In2 = StrConv(In2, vbUpperCase)
Any and all help is greatly appreciated. Thank you!
is there any idea how to make input value in inputBox become UpperCase
here is my several codes, and it's not working.
In = Ucase(Inputbox("my message"))
---
In2 = InputBox("my message"))
In2 = StrConv(In2, vbUpperCase)
Any and all help is greatly appreciated. Thank you!