Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sabine
 
Posts: n/a
Default Accounting Style Number Button

I use the accounting style under format - cell a lot. Can I add a button on
my toolbar for that?
Thanks
  #2   Report Post  
 
Posts: n/a
Default

hi,
Toolscustomize
when the customize box appears, click the commands tab.
on the left under catagories, click format
on the right, under commands, scroll down to the dollar
sign($).
drag the dollar sign to your tool bar, any where you want
it.
close the customize box
done.

-----Original Message-----
I use the accounting style under format - cell a lot. Can

I add a button on
my toolbar for that?
Thanks
.

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Unfortunately that is Currency style..........not Accounting style.

The closest you can come without code is ToolsCustomizeCommandsFormat.

Drag the Style selection box(not Style...) to your Toolbar.

When you click on it pick Accounting from the drop-down.

You could code Accounting format and assign to a button.

Sub Account()
Selection.Style = "Acct1"
End Sub

Make sure you have the Style you wish as Acct1.

FormatStyle. Type Acct1 in the dialog box and "Add". "Modify" to what you
want.

Save this style as Acct1.


Gord Dibben Excel MVP

On Tue, 1 Feb 2005 05:35:34 -0800,
wrote:

hi,
Toolscustomize
when the customize box appears, click the commands tab.
on the left under catagories, click format
on the right, under commands, scroll down to the dollar
sign($).
drag the dollar sign to your tool bar, any where you want
it.
close the customize box
done.

-----Original Message-----
I use the accounting style under format - cell a lot. Can

I add a button on
my toolbar for that?
Thanks
.


  #4   Report Post  
Sabine
 
Posts: n/a
Default

Thanks alot. It works great.

"Gord Dibben" wrote:

Unfortunately that is Currency style..........not Accounting style.

The closest you can come without code is ToolsCustomizeCommandsFormat.

Drag the Style selection box(not Style...) to your Toolbar.

When you click on it pick Accounting from the drop-down.

You could code Accounting format and assign to a button.

Sub Account()
Selection.Style = "Acct1"
End Sub

Make sure you have the Style you wish as Acct1.

FormatStyle. Type Acct1 in the dialog box and "Add". "Modify" to what you
want.

Save this style as Acct1.


Gord Dibben Excel MVP

On Tue, 1 Feb 2005 05:35:34 -0800,
wrote:

hi,
Toolscustomize
when the customize box appears, click the commands tab.
on the left under catagories, click format
on the right, under commands, scroll down to the dollar
sign($).
drag the dollar sign to your tool bar, any where you want
it.
close the customize box
done.

-----Original Message-----
I use the accounting style under format - cell a lot. Can

I add a button on
my toolbar for that?
Thanks
.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Macro to simply bring up the Find dialogue box?? marika1981 Excel Discussion (Misc queries) 14 January 14th 05 11:47 PM
Random Number Questions Greegan Excel Worksheet Functions 1 January 5th 05 03:00 AM
How to format a number in Indian style in Excel? Victor_alb Excel Discussion (Misc queries) 2 December 21st 04 05:21 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 08:16 PM


All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"