View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vicky vicky is offline
external usenet poster
 
Posts: 52
Default Generate RGB combinations from Rng.Interior.ColorIndex vlaue

I need a vba code which geneartes RGB combination from
Rng.Interior.ColorIndex value. The reason why i want to do this is
because Interior.ColorIndex value differs for 2003 and 2007 .

I am getting the colour from excel file by Rng.Interior.ColorIndex
value and then applying it to powerpoint charts . but when i try to
do it for 2007 version powerpoint charts it is not applying the
specified colours .