Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The comma button on the formatting toolbar is set to apply the "Comma" style
and formats numbers with a comma separator and two decimals. I am trying to apply the "Comma [0]" style to this button permanently, so that I get the comma separator, but no decimals. I can do this easily by modifying the "Comma" style (Format - Style - Comma - Modify), but when I open a workbook , the style reverts back to the original format with two decimals. How can I apply this style change permanently to all workbooks? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not with styles.
You could create your own macro that applies the formatting that you want and create a button and use that. But styles live in workbooks. You could create a new workbook and change the style the way you like. Then save it in your XLStart folder as book.xlt (a template file). Whenever you click on the new icon on the standard toolbar, that template workbook will be used as the basis for the new workbook. And the new workbook will have this modified style. And if you want to change the style of an existing workbook, you can use format|style and modify it manually. Or you can open a workbook with one of your modified styles and use that same dialog (format|style) to merge into the other workbook. saminam wrote: The comma button on the formatting toolbar is set to apply the "Comma" style and formats numbers with a comma separator and two decimals. I am trying to apply the "Comma [0]" style to this button permanently, so that I get the comma separator, but no decimals. I can do this easily by modifying the "Comma" style (Format - Style - Comma - Modify), but when I open a workbook , the style reverts back to the original format with two decimals. How can I apply this style change permanently to all workbooks? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I reset the Modify button for ribbon | New Users to Excel | |||
How to modify toolbar button in excel? | Excel Discussion (Misc queries) | |||
How to modify toolbar button in excel? | Excel Discussion (Misc queries) | |||
Excel: Toolbar button for Formatting cells to date STYLES etc | Setting up and Configuration of Excel | |||
Default drawing toolbar styles? | Excel Discussion (Misc queries) |