everseeker 0 Posted September 20, 2011 I think this has been answered, but I am not allowed to SEARCH for info on color so... When I look at an RGB value in most programs say something like Visual Color Picker, I work with Hex values of RR GG BB (RGB!) When I use $oExcel.ActiveWorkbook.Sheets(1).Range("E" & $j + 1 & ":E" & $j + 1) .Interior.Color = 0x0000FF I get BB GG RR (BGR?) When I use $nColor = _ColorSetRGB( $aColor ) I get RR BB GG (RBG?) Why the variations? (The last is actually from the help topic for _ColorSetRGB) Everseeker Share this post Link to post Share on other sites