View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JasonF JasonF is offline
external usenet poster
 
Posts: 1
Default ColorIndex of the current application

Is there a way to determine what the current / last used color index
number is from VBA? Instead of hard coding the colorindex or forcing
the user to choose a color, I would like to just pick up the color
that's currently in the toolbar? I've found the name:
Application.CommandBars("Formatting").Controls("Fi ll
Color").TooltipText
However, I'd like to get the ColorIndex number for the name. Any
ideas?