ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Is there a way to keep a specific color on the toolbar? (https://www.excelbanter.com/excel-discussion-misc-queries/242561-there-way-keep-specific-color-toolbar.html)

bbpnthr

Is there a way to keep a specific color on the toolbar?
 


Bob I

Is there a way to keep a specific color on the toolbar?
 
Please use this area to describe what you are asking about. The topic in
the subject line is ambiguous.

bbpnthr wrote:


Gord Dibben

Is there a way to keep a specific color on the toolbar?
 
No. Yellow is the default.

You could create a small macro to apply a specific color.

Sub mycolor()
With Selection.Interior
.ColorIndex = 8
.Pattern = xlSolid
End With
End Sub

Assign it to a button or shortcut key combo.


Gord Dibben MS Excel MVP

On Mon, 14 Sep 2009 11:26:01 -0700, bbpnthr
wrote:



Dave Peterson

Is there a way to keep a specific color on the toolbar?
 
I'm not sure what you're asking, but you could modify the color scheme (56
colors in xl2003 and below).

Tools|options|color tab|modify

This color scheme will travel with the workbook--it's not an application
setting. If you have multiple workbooks that need this, you'll have to do it
for each workbook.



bbpnthr wrote:

--

Dave Peterson


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

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