UserForm adds data to my worksheet
TextBox13 is “City”
TextBox14 is “State”
If a user inputs lowercase letters into the TextBox13, can the target cell be formatted to UpperCase the first letter?
And, if lowercase letters are entered into TextBox14, how can the target cell be formatted to all UpperCase?
I’ve attempted several methods without success. For example, this line results TRUE in the target cell
TextBox13 is “City”
TextBox14 is “State”
If a user inputs lowercase letters into the TextBox13, can the target cell be formatted to UpperCase the first letter?
And, if lowercase letters are entered into TextBox14, how can the target cell be formatted to all UpperCase?
I’ve attempted several methods without success. For example, this line results TRUE in the target cell
Code:
ws.Cells(iRow, 19).Value = FormatCells = (UpperCase)