Search : in
By :

Color code

Last answer on Jan 27, 2009 9:23:16 am GMT jbsbllcch7, on Jan 27, 2009 12:12:07 am GMT 
 Report this message to moderators

Hello,

I have a questionaire, with a yes and no answers. I would like for the cell yes (when clicked on) to highlight blue, and if they hit no the cell would turn red.

any ideas?



Thanks

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « color code » in :
Know the Hexadecimal code of a color Show Know the Hexadecimal code of a color What is a Hexadecimal code What is a Hexadecimal code In mathematical terms, a hexadecimal (hex) is a numeral system consisting of a base, of 16. It uses sixteen distinct symbols: Numeric symbols:...
Transforming a color to digital value Show Transforming a color to digital value You can make use of this macro to get the color code: Sub distri_color() Dim i For i = 1 To 12 Worksheets(1).Range("C" & i).Value = Worksheets(1).Range("B" & i).Interior.Color Next...
How to crimp a cable RJ45 ? ShowHow to crimp a cable RJ45 ? What you need? How to proceed? Making a straight cable The standard EIA / TIA 568 (A & B) For crossover cable 10/100baseT To complete crossover cable or cross gigabit On Gbic 1000BaseT eg An image to better...
How to easily display PHP/HTML codes in your webpages ShowHow to easily display PHP/HTML codes in your webpages Issue What code to use? Issue If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a...
VB6 Finding the RGB values of a color ShowVB6 Finding the RGB values of a color Dim R as integer Dim G as integer Dim B as integer Sub FindRGB(Col As Long) R = &HFF& And Col G = (&HFF00& And Col ) \ 256 B = (&HFF0000 And Col ) \ 65536 End Sub Note: Here...
Download Pixeur ShowPixeur is totally free software that lets you know the color code. You can select any pixel on the screen to know the RGB or hexadecimal code. Advantage It is possible to display colors that site. The code can be automatically copied to the...
Download K-Lite Codec Pack Full ShowK-Lite Codec Pack is a collection of VFW/ACM codecs, DirectShow filters and tools. Codecs and DirectShow filters are needed for encoding and decoding (playing) audio and video formats. Contents of version 4.7.0 : Player: Media Player...
Download Codec pack all in one ShowCodec Pack All-In-One is a codec collection allowing to read films in DivX format and the similar formats (DivX, XviD, AC3, etc.). Codec Pack All in 1 6.0.3.0 contains: · DivX 6.1.1 · XviD Codec 1.1 · DivX, XviD - FFDShow 17.02.2005 Alpha...
CIE / Lab (L*a*b) coding ShowCIE Coding Colours may be perceived differently depending on individuals and may be displayed differently depending on the peripheral display devices. The International Lighting Commission (Commission Internationale de l'Eclairage, CIE) thus...
ASCII Code ShowData coding Morse code was the first code used for long-distance communication. Samuel F.B. Morse invented it in 1844. This code is made up of dots and dashes (a sort of binary code). It was used to carry out communication much faster than could...
Video compression (codecs) ShowThe concept of codec A non-compressed video image occupies approximately 1 MB. In order to obtain a fluid video, it is necessary to have a frequency of at least 25 or 30 images per second, which produces a data flow of approximately 30 MB/s, that...

1

 identitypc, on Jan 27, 2009 9:23:16 am GMT

Hi,
try this link to know everything about conditional formatting and how to do it:
http://www.cpearson.com/excel/cformatting.htm

Reply to identitypc