+ Reply to Thread
Results 1 to 8 of 8

Custom formatting so all input are in CAPITAL

  1. #1
    Registered User
    Join Date
    11-20-2021
    Location
    Mp, India
    MS-Off Ver
    2016
    Posts
    17

    Question Custom formatting so all input are in CAPITAL

    Hi guys is there any custom formatting so that all Characters inserted in the cell will be CAPITAL only...
    ex:- if i enter 123abc it should show 123ABC...

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Custom formatting so all input are in CAPITAL

    Upper and lower cases are NOT formats, so you can't do that. But, you can use this in data validation:

    =OR(ISNUMBER(A1),AND(EXACT(A1,UPPER(A1)),ISTEXT(A1)))

    to PREVENT lower case text being used.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    11-20-2021
    Location
    Mp, India
    MS-Off Ver
    2016
    Posts
    17

    Re: Custom formatting so all input are in CAPITAL

    sir your solution is amazing...
    but is there no other option...
    is there no formating in excel like access...
    or any thing else...

  4. #4
    Registered User
    Join Date
    11-20-2021
    Location
    Mp, India
    MS-Off Ver
    2016
    Posts
    17

    Re: Custom formatting so all input are in CAPITAL

    I found a micro that helps to change the Case

    Please Login or Register  to view this content.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2501 (Windows 11 24H2 64-bit)
    Posts
    89,060

    Re: Custom formatting so all input are in CAPITAL

    So is this now resolved?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Custom formatting so all input are in CAPITAL

    Not that I am aware of. So data validation, or VBA. Your choice.

  7. #7
    Registered User
    Join Date
    11-20-2021
    Location
    Mp, India
    MS-Off Ver
    2016
    Posts
    17

    Re: Custom formatting so all input are in CAPITAL

    ok sir...
    thanks for your help...
    And it might be very late but CONGRATULATIONS on Becoming a Moderator

  8. #8
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2408 and WPS V2024(12.1.0.18543)
    Posts
    3,834

    Re: Custom formatting so all input are in CAPITAL

    Assuming that your data is entered in COLUMN A, when you enter it, lowercase will automatically become uppercase

    The code must be placed under your current active worksheet module

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom input box (userform)
    By colddeck84 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-26-2017, 03:53 PM
  2. [SOLVED] Userform Textbox will not allow capital letters after first letter input
    By Stratfordoaks in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-20-2014, 10:07 AM
  3. Replies: 1
    Last Post: 09-18-2013, 02:54 AM
  4. [SOLVED] Capital text and date formatting from a text box on a form
    By Wales MB in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-25-2012, 10:36 AM
  5. Only one Capital letter input
    By GoNoGo in forum Excel General
    Replies: 0
    Last Post: 03-27-2009, 06:48 AM
  6. [SOLVED] Formatting Cells:covert to CAPITAL
    By Paul in forum Excel General
    Replies: 2
    Last Post: 09-07-2005, 03:05 PM
  7. Creating an custom input box
    By [email protected] in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2005, 12:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1