Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I apply a custom pattern to cells, rather than the standard patterns
available in Excel 2003? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi laughing,
Excel is not as friendly as other programs in this regard, however, it is not too painful. Go to ToolsOptionsColor Tab Click on a color swatch and click the Modify button then you can adjust the color for that swatch. Then when the function you are using calls up the color pallette your custom color will be available. HTH Martin "laughing" wrote in message ... How can I apply a custom pattern to cells, rather than the standard patterns available in Excel 2003? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean "color"?
ToolsOptionsColorModify will allow you change a color to any rgb value you'd like. Or run a macro with your parameters. Sub foo() ActiveCell.Interior.Color = RGB(170, 112, 230) End Sub If you mean "pattern" like diagonal stripes or cross-hatch, I don't know if you can. Gord Dibben MS Excel MVP On Mon, 3 Dec 2007 05:07:00 -0800, laughing wrote: How can I apply a custom pattern to cells, rather than the standard patterns available in Excel 2003? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
color bar with pattern macro | Charts and Charting in Excel | |||
Cell color pattern styles in Excel 2007 | Excel Discussion (Misc queries) | |||
cell pattern - color | Excel Discussion (Misc queries) | |||
Date sensitive cell pattern color | Excel Worksheet Functions | |||
How do I change color pattern based upon a formula within a cell? | Excel Worksheet Functions |