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.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Help making a column all caps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-04, 11:35
Cyndessa Cyndessa is offline
Registered User
 
Join Date: Jan 2004
Posts: 3
Help making a column all caps

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!
Reply With Quote
  #2 (permalink)  
Old 02-10-04, 12:12
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Try =UPPER(Range)

There is also a Text Converter function that Ivan F. Moala wrote that I'm attaching.

Hope that helps,

Smitty
Attached Files
File Type: zip text converter.zip (7.0 KB, 83 views)
Reply With Quote
  #3 (permalink)  
Old 06-20-04, 16:03
wahoud wahoud is offline
Registered User
 
Join Date: Jun 2004
Posts: 27
Textbox1= StrConv(Textbox1, vbProperCase) Capitalize first Letter Of Word
Textbox1= StrConv(Textbox1, vbLowerCase) Lower Case Whole Word
Textbox1= StrConv(Textbox1, vbUpperCase) Capitalize Whole Word
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On