AFAIK, there isn't one, but you could assign a keyboard shortcut to this
macro:
Public Sub FillColor()
CommandBars.FindControl(Id:=1691).Execute
End Sub
If you're not familiar with macros, see
http://www.mvps.org/dmcritchie/excel/getstarted.htm
In article ,
mabola2 wrote: