+ Reply to Thread
Results 1 to 7 of 7

Macros Required to Auto capitalize every word typed in cells

  1. #1
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Macros Required to Auto capitalize every word typed in cells

    Dear Team,

    I have macro workbook , i would like a script to autocapitalize every word typed in excel.

    Kindly help.

  2. #2
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: Macros Required to Auto capitalize every word typed in cells

    Quote Originally Posted by sparkerk5 View Post
    Dear Team,

    I have macro workbook , i would like a script to autocapitalize every word typed in excel.

    Kindly help.
    Copy this code into ThisWorkbook module of your workbook.
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: Macros Required to Auto capitalize every word typed in cells

    Dear SIr,

    I pasted the same in the module of my worksheet but nothing happened, it is not capitalizaing after entrying values in the cell

  4. #4
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: Macros Required to Auto capitalize every word typed in cells

    Quote Originally Posted by sparkerk5 View Post
    Dear SIr,

    I pasted the same in the module of my worksheet but nothing happened, it is not capitalizaing after entrying values in the cell
    Past into ThisWorkbook module (not Worksheet module).
    If you want apply on only one sheet, copy code into module of that worksheet and replace the line
    Please Login or Register  to view this content.
    by this line
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: Macros Required to Auto capitalize every word typed in cells

    hi

    i tried this below line as i want change in one sheet only , however its is only capitalizing one Alphabet , i want all word to be in uppercase

    Private Sub Worksheet_Change(ByVal Target As Range)

  6. #6
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: Macros Required to Auto capitalize every word typed in cells

    Quote Originally Posted by sparkerk5 View Post
    hi

    i tried this below line as i want change in one sheet only , however its is only capitalizing one Alphabet , i want all word to be in uppercase
    I'm sorry, this is my mistake. Please retry with this.
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    03-02-2019
    Location
    india
    MS-Off Ver
    16
    Posts
    46

    Re: Macros Required to Auto capitalize every word typed in cells

    thx worked fine

+ 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. [SOLVED] Formula needed to auto populate in sheet2 & sheet3 based on test typed into cells in sheet
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-07-2015, 10:15 AM
  2. Replies: 2
    Last Post: 06-14-2012, 01:55 PM
  3. Replies: 3
    Last Post: 04-20-2012, 02:24 PM
  4. How to capitalize each word
    By SKMaverick in forum Excel General
    Replies: 5
    Last Post: 11-18-2010, 09:41 AM
  5. [SOLVED] How can I format the cells to capitalize ALL letters in a word?
    By lgb542 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-05-2005, 02:05 PM
  6. Replies: 3
    Last Post: 06-22-2005, 07:05 PM

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