Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Is there a way to keep a specific color on the toolbar?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default 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:

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 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:


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
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
Toolbar for a specific workbook Prixton Excel Worksheet Functions 1 February 24th 07 02:19 PM
Toolbar for a specific workbook Prixton Excel Discussion (Misc queries) 8 February 23rd 07 04:44 PM
Isolating a custom toolbar to a specific spreadsheet Gilgamesh Excel Discussion (Misc queries) 3 October 14th 05 01:30 PM
Workbook Specific Toolbar Menus sjschmidtky Excel Discussion (Misc queries) 1 July 25th 05 04:53 PM
How can I attach a custom toolbar to only appear on one specific . ABuia Excel Worksheet Functions 1 January 18th 05 02:57 PM


All times are GMT +1. The time now is 07:27 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"