ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How Do I Assign a Toolbar Button to a Custom Number Format I creat (https://www.excelbanter.com/excel-discussion-misc-queries/79839-how-do-i-assign-toolbar-button-custom-number-format-i-creat.html)

FuadsCurse

How Do I Assign a Toolbar Button to a Custom Number Format I creat
 
How do I assign a toolbar button to a custom number format I created?

Peo Sjoblom

How Do I Assign a Toolbar Button to a Custom Number Format I creat
 
Record a macro and save it to your personal.xls while applying the format,
would look something similar to

Option Explicit

Sub Macro1()
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
End Sub

now edit it a bit and add 2 lines

Option Explicit

Sub Macro1()
Application.DisplayAlerts = False
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
Application.DisplayAlerts = False
End Sub

now attach it to a custom button


--

Regards,

Peo Sjoblom


"FuadsCurse" wrote in message
...
How do I assign a toolbar button to a custom number format I created?




FuadsCurse

How Do I Assign a Toolbar Button to a Custom Number Format I c
 
Peo

Why is it choking on this line?

Selection.NumberFormat = "_(* #,##0.0_);_(* (#,##0.0);_(* " - "_);_(@_)"

Brett

"Peo Sjoblom" wrote:

Record a macro and save it to your personal.xls while applying the format,
would look something similar to

Option Explicit

Sub Macro1()
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
End Sub

now edit it a bit and add 2 lines

Option Explicit

Sub Macro1()
Application.DisplayAlerts = False
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
Application.DisplayAlerts = False
End Sub

now attach it to a custom button


--

Regards,

Peo Sjoblom


"FuadsCurse" wrote in message
...
How do I assign a toolbar button to a custom number format I created?





Peo Sjoblom

How Do I Assign a Toolbar Button to a Custom Number Format I c
 
Try this

Selection.NumberFormat = "_(* #,##0.0_);_(* (#,##0.0);_(* "" - ""_);_(@_)"



--

Regards,

Peo Sjoblom


"FuadsCurse" wrote in message
...
Peo

Why is it choking on this line?

Selection.NumberFormat = "_(* #,##0.0_);_(* (#,##0.0);_(* " - "_);_(@_)"

Brett

"Peo Sjoblom" wrote:

Record a macro and save it to your personal.xls while applying the
format,
would look something similar to

Option Explicit

Sub Macro1()
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
End Sub

now edit it a bit and add 2 lines

Option Explicit

Sub Macro1()
Application.DisplayAlerts = False
Selection.NumberFormat = "$#,##0_);[Red]($#,##0)"
Application.DisplayAlerts = False
End Sub

now attach it to a custom button


--

Regards,

Peo Sjoblom


"FuadsCurse" wrote in message
...
How do I assign a toolbar button to a custom number format I created?








All times are GMT +1. The time now is 08:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com