If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I know in Word you can highlight and go to format--> fonts and choose for the letters to be all CAPS. Only when I highlight in excel and go to format and font... there is not a check box to make all the letters caps. Is there another way to do this? Thanks!
Textbox1= StrConv(Textbox1, vbProperCase) Capitalize first Letter Of Word
Textbox1= StrConv(Textbox1, vbLowerCase) Lower Case Whole Word
Textbox1= StrConv(Textbox1, vbUpperCase) Capitalize Whole Word