View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default What is the shortcut key to filling color in the format tool bar.

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: