You can create a macro with code like this and assign it to a button on the QAT
Record a macro when you do it manual to get the code you want
With Selection.Interior
.Pattern = xlGray50
.PatternThemeColor = xlThemeColorLight2
.ColorIndex = xlAutomatic
.TintAndShade = 0
.PatternTintAndShade = 0
End With
You can save the code in your personal.xlsb
http://www.rondebruin.nl/personal.htm
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"Candida" <(E-Mail Removed)> wrote in message news:FE2F8948-59D1-4B79-A20F-(E-Mail Removed)...
> I’m looking for a Macro or an Add-on…
> I’ve just been upgraded to Excel 2007. In the old Excel version, one could
> add a drop-down box to the toolbar for formatting the pattern color and
> pattern styles of a cell. It looked and functioned a lot like the "fill
> color" button.
>
> Excel has left off its counterpart in the 2007 version -- neither on the
> ribbon, or in the list of available buttons for the Quick-Access Toolbar. I
> used this button CONSTANTLY! In the new version, I have to open the font
> dialogue box, click to the fill page, click on the pattern color box, then on
> the pattern style box – seven clicks in all – every time I want to change a
> new cell area! In the old version of Excel, it took one click on the toolbar
> to paste in the color and pattern that I’d used last, or three clicks to
> choose a new scheme.
>
> Is there an add-on, or a macro that I can use to recreate the button as it
> existed in the old version of Excel? I’d love to be able to add it to the
> ‘font’ area of the ribbon – but adding it to the Quick-Access Toolbar would
> do just as well.
>
> Many thanks.
>