Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / July 2006

Tip: Looking for answers? Try searching our database.

Change the default Currency style

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Budgie Boy - 11 Jul 2006 07:18 GMT
It is both frustrating an nonsenical that the default Currency style (ie the
one applied when you click the Currency button on the Formatting toolbar) is
actually based on an Accounting format.

Why isn't it based on a Currency format?
... and why can't it be changed without creating a template? (ie so it
applies to all Workbooks rather than just newly created ones)
Nick Hodge - 11 Jul 2006 07:52 GMT
BudgieBoy

You probably could find as many people who want it the other way.

You could take two routes.

1) In existing workbooks - To change all 'currency' formatted cells in one
go. Go to Format>Styles>Currency>Modify... change it to Currency and ok out
of dialogs. This will reset the 'currency style for this workbook and all
cells formatted as 'currency' will be changed immediately and future button
presses will format this way for this book

2) Re-purpose your currency button by inserting the below code in
personal.xls

Sub NewCurrencyFormat()
Selection.NumberFormat = "£#,##0.00;-£#,##0.00"
End Sub

and then right click on any toolbar, select 'customize'.  With the dialog
showing, right-click on the currency button and select 'assign macro...' and
select this code.  This will re-purpose the button for all future
applications of 'currency'

You could also have a button which sets the currency for existing sheets (as
1)

Signature

HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS

> It is both frustrating an nonsenical that the default Currency style (ie
> the
[quoted text clipped - 15 lines]
>
> http://www.microsoft.com/office/community/en-us/default.mspx?mid=9546f784-5775-4
4f1-b132-2bc47e67dd5c&dg=microsoft.public.excel.setup
 
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.