Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Excel 2007: blue is no longer 0000FF

Hello,
In Excel 2007, I find many standard color are no longer standard. For
example, blue is no longer 0000FF. What's the underlying reason?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel 2007: blue is no longer 0000FF

Where are you putting or assigning that value?

Rick


"None" wrote in message
...
Hello,
In Excel 2007, I find many standard color are no longer standard. For
example, blue is no longer 0000FF. What's the underlying reason?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Excel 2007: blue is no longer 0000FF

In all versions of Excel and for most purposes in VB(A), 0000FF is red

colour value = B x 256^2 + G x 256 + R = &Hbbggrr

where R,G,B are values 0-255

HTML uses the opposite hex (ie byte) order, #rrggbb

Regards,
Peter T

"None" wrote in message
...
Hello,
In Excel 2007, I find many standard color are no longer standard. For
example, blue is no longer 0000FF. What's the underlying reason?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Excel 2007: blue is no longer 0000FF

Please execuse my ignorance of RGB format. What I meant in the post is that:
some Excel 2007 colors are no long standard.

"Peter T" <peter_t@discussions wrote in message
...
In all versions of Excel and for most purposes in VB(A), 0000FF is red

colour value = B x 256^2 + G x 256 + R = &Hbbggrr

where R,G,B are values 0-255

HTML uses the opposite hex (ie byte) order, #rrggbb

Regards,
Peter T

"None" wrote in message
...
Hello,
In Excel 2007, I find many standard color are no longer standard. For
example, blue is no longer 0000FF. What's the underlying reason?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EXCEL 2007 no longer add properly pcor New Users to Excel 7 October 1st 08 09:04 PM
Why patterns are no longer available in Excel 2007? Angry_Man Charts and Charting in Excel 8 August 9th 08 09:55 AM
Excel no longer marks selected cells by highlighting them in blue liawkf Excel Discussion (Misc queries) 2 July 7th 08 01:11 PM
The Excel 2007 Office Convert function sometimes gives me blue scr TomThumb Excel Programming 0 March 5th 07 05:50 PM
Excel 2007 Beta - help no longer functions David Cox Excel Discussion (Misc queries) 3 August 20th 06 03:12 PM


All times are GMT +1. The time now is 07:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"