+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Default Comma Style

  1. #1
    Registered User
    Join Date
    03-23-2010
    Location
    Lausanne, Switzerland
    MS-Off Ver
    O365
    Posts
    22

    Default Comma Style

    Hello, I have accidently deleted the Default Comma Style.
    How can I restore it resp. choose another number format as Default Comma Style?
    Cheers!
    Last edited by navajo_23; 03-24-2010 at 11:11 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Default Comma Style

    Welcome to the forum.

    Create a new style named Comma and set the number format as

    _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    03-23-2010
    Location
    Lausanne, Switzerland
    MS-Off Ver
    O365
    Posts
    22

    Re: Default Comma Style

    Thank you very much, unfortunately I do not know how to name a new style. I can go to "Format Cell, Number, Custom" and create a new one but how can I name it and assign it to the "comma icon" in the Ribbon?
    Cheers!

  4. #4
    Registered User
    Join Date
    03-23-2010
    Location
    Lausanne, Switzerland
    MS-Off Ver
    O365
    Posts
    22

    Re: Default Comma Style

    For now, I have created a small macro:

    Sub Comma()
    '
    ' Comma Macro
    '
    ' Keyboard Shortcut: Ctrl+m
    '
    Selection.NumberFormat = "#,##0.00"
    End Sub


    but I am still very interested in knowing how to assign my favourite formats to the shortcuts on the ribbon.

    Thank you for your help
    Cheers!

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Default Comma Style

    Home tab, Styles, New Style.

    Please take a few minutes to read the forum rules, and then edit your post to add CODE tags.

  6. #6
    Registered User
    Join Date
    03-23-2010
    Location
    Lausanne, Switzerland
    MS-Off Ver
    O365
    Posts
    22

    Re: Default Comma Style

    I've got it, thank you very much for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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