

If you really must know, please contact me privately, and explain why you think you need it.
#Set rgb in excel for mac password
The format selector cell, whose value must be edited to make the workbook useful, is available for editing and selection, and any cell on either worksheet may be selected and copied, so that you can use the Windows Clipboard to move the calculated values to wherever you need them. Unless someone can offer me a compelling reason to disclose it, I intend to keep the password to myself.

To prevent accidental changes that could render the workbook unusable, the workbook and the individual worksheets are password protected. This change required me to do some additional processing, and resulted in several new named ranges, and one that I left nameless, because all references to it are relative references to individual cells. Overnight, I decided that I should replace that with a conventional workbook, so that nobody need fret over unsigned VBA code. If you visited before about 4 PM Central Daylight Time (21::00 UTC), this space discussed a macro-enabled workbook. MSOColors.XLSX is the standard Microsoft Excel workbook from which the images shown above were captured.
#Set rgb in excel for mac code
Though the worksheet is protected, you can select any cell in the table, and hit CTRL-C to get the code into the Windows Clipboard. The main chart is arranged in exactly the same order, but the cells are bigger, to accommodate the formatted color code strings. The far left of the spreadsheet is occupied by a picture of the actual color picker this is the way it looks in Microsoft Office Excel 2010 the pickers in Word, PowerPoint, and Outlook are identical in appearance and function. The picture above shows the hexadecimal codes, rendered as space separated lists, easily separated for inputting into your image editor or other program. Just below the color chart is a handy pull-down list of formats, shown in the picture below. Your Web design tools most likely expect a single six-character hexadecimal string.Īll three formats are readily available from the workbook.Other programs may expect hexadecimal RGB values.This is the format of the codes shown in the picture at the head of this article. The color picker in your paint program probably needs the three color codes for Red, Green, and Blue as three decimal numbers.The picture at the top of this article shows most of the working bits of the Microsoft Excel document that displays the chart.ĭepending on your immediate needs, the codes may need to be an one of three formats. How do you do that?Īfter facing this challenge from time to time, I realized that there was an easier way to address it than the tedious way I had been doing so, and set about to make a chart of the colors and their RGB codes, the magic numbers mentioned in the first paragraph. Sooner or later, though, you may be faced with the task of making the colors in something else, such as a clip art image or other object that is going into a document match one or more of the colors used in the document. For most day to day applications, you can afford to let Microsoft Office (Excel, PowerPoint, Word, and Outlook) deal with the codes, without giving them a second thought. This article picks up where my last article, Working with Colored Text and Backgrounds in Microsoft Office, left off, by offering another tool for working with colored text in the Microsoft Office products.ĭepending on your background, you may or may not be aware that, underneath the pretty visual tools that make it so easy to apply colors to your text and the background on which it is drawn, what goes into the document is a numerical code that is converted back into a color for rendering on your video display or your color printer.
