JBShandrew
Board Regular
- Joined
- Apr 17, 2011
- Messages
- 54
Hi VBA Experts,
I would like help with another VBA function that I am trying to learn.
I have an InputBox in a .Range statement
.range("$B$57").value = InputBox("test", "Title", default,925,11000)
is there a way to include a command to force the input that is typed in to become Upper or Sentence Case in the cell that the input is placed into?
Thank you inadvance!
Sincerely,
J.B.
I would like help with another VBA function that I am trying to learn.
I have an InputBox in a .Range statement
.range("$B$57").value = InputBox("test", "Title", default,925,11000)
is there a way to include a command to force the input that is typed in to become Upper or Sentence Case in the cell that the input is placed into?
Thank you inadvance!
Sincerely,
J.B.