View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default My custom fill color option is not in excel how do i get it worki.

I think you'll have to go through
Format|cells|Patterns tab

Or create yourself a little macro to show that tab:

Option Explicit
Sub testme()
Application.Dialogs(xlDialogPatterns).Show
End Sub

I'd just hit ctrl-1,p (or ctrl-1 if the patterns tab was already selected).

energythief wrote:

I have the same problem, but using Excel 2002... Where has "More Fill
Colors" gone??

--
energythief
------------------------------------------------------------------------
energythief's Profile: http://www.excelforum.com/member.php...fo&userid=7635
View this thread: http://www.excelforum.com/showthread...hreadid=533582


--

Dave Peterson