About 188,000 results
Open links in new tab
  1. print HEX code as color in excel sheet | MrExcel Message Board

    Jun 30, 2020 · I want to put the list into excel and then have the color of the HEX code print into a box in excel (so it will end up looking like a column of different colors based on my hex code).

  2. how can change format color to dark green by custom formatting

    Jan 4, 2020 · Hi Team, Please share your's ideas i am using excel 2016 . No conditional format required in this condition only by Custom Formatting. Please find...

  3. VB colors name list | MrExcel Message Board

    Mar 27, 2016 · The colors 1-16 are widely understood color names from the VGA color palette. Of the 56 colors only 40 colors appear on the palette. The 40 colors names indicated on the Excel color palette …

  4. RGB for no fill? | MrExcel Message Board

    Nov 9, 2015 · Hello, I am trying to simplify a data set where I have highlighted the relevant columns. I have used this code before with great results: Sub Hide() Dim cell As Range For Each cell In …

  5. How to copy format COLOR only | MrExcel Message Board

    Nov 30, 2014 · Hi, I am often in the situation that I want to copy the cell fill color to another cell, without the rest of the format, like borders, fonts, etc...Oftentimes the fill color is not one of the standard …

  6. Format Priority (Low, Medium, High) with colors - MrExcel

    Mar 7, 2016 · Hey guys, EDIT: I was able to figure this out already with conditional formatting (or at least using green, yellow, and red colors). In column E of my "to do list" spreadsheet I have ranked …

  7. vba Interior.Color | MrExcel Message Board

    Dec 1, 2009 · I have a macro where I set a cell's Interior.Color to 11851260 which is a standard light orange. Then when I reset it to the default no fill which is 16777215 the blue grid line is gone and it …

  8. Changing Cell Background Color Using RGB Color Code In A Macro

    Dec 8, 2016 · 6.) (after selecting the light pink) go into the "Custom" tab which shows you the RGB Color numbers for that specific light pink color which is (RED 255, GREEN 204, BLUE 255) If you assign …

  9. Set Userform Background & ForeColor color - MrExcel

    Oct 13, 2007 · I have a code that changes my sheet background color to a dark blue. (Dark Theme). I would like my userform to match the sheet color. In the picture below, I manually set the colors, …

  10. VBA IF any cell in a column is a specific colour THEN...

    Feb 19, 2018 · Hi. I am currently writing code that contains several ElseIf statements. If a statement is true it then presents a msgbox. The macro will be triggered by the click of a button. How would I write …