Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a way to change teh default fill color for highlighting from the
default yellow to say teh light gray color so when they come in they are easily able to highlight? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Difficult but doable with API's providing the dropdown palette is visible
while running the code. Realistically not worth the trouble. Select a cell Record a macro while applying your colour from the palette. Test your macro. Suggest put your macro in your Personal.xls customize toolbars, put a button on a bar and assign to your macro. Regards, Peter T "Cindy" wrote in message ... is there a way to change teh default fill color for highlighting from the default yellow to say teh light gray color so when they come in they are easily able to highlight? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This was posted by Debra Dalgleish:
This should set the default colour for any new books: 1. Create a new, blank workbook. 2. Choose ToolsOptions 3. On the Colour tab, click on the yellow square 4. Click Modify, select a colour as the default, click OK 5. To make yellow available, select the square that has the same colour as the new default, and change it to yellow 6. Click OK. 7. Choose FileSave As 8. Save as Type: Template 9. FileName: Book 10. Location -- save the file in your XLSTART folder 11. Click Save =========== You can do the same thing in any existing workbook, too (steps 1-6, that is). But each workbook has its own color scheme. You have to do this in each workbook that you want. Cindy wrote: is there a way to change teh default fill color for highlighting from the default yellow to say teh light gray color so when they come in they are easily able to highlight? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are referring to the highlight icon for text editing, click the arrow
on the right side of the icon and it shows you a palette of colors to choose from. Other than that, the fill colors for cells and charts are determined by the user based on the standard 56 color palette or a variety of RGB combination or some xlconstants. "Cindy" wrote: is there a way to change teh default fill color for highlighting from the default yellow to say teh light gray color so when they come in they are easily able to highlight? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
default fill color | Excel Programming | |||
default fill color | Excel Programming | |||
Default Fill Color | Excel Discussion (Misc queries) | |||
How to set the default color for fill in functon? | Setting up and Configuration of Excel | |||
Default fill color change | Excel Discussion (Misc queries) |