font colors

  1. M

    text color is not correctly returned with VBA

    I have been working on a project with thousands of rows of multiple choice questions. I was basically creating an answer key by identifying which choice was in red font/text. However when I ran a macro to work through all of the rows outputting the font color values into some temporary columns...
  2. G

    Partialy Change Font Color to Another Color

    this code change the red font color to green font color.... it is working code but getting error msg can you solve this Public Sub FontColorInCellPart() Dim c As Range Dim i As Integer For Each cell In ActiveSheet.UsedRange For i = 1 To Len(cell) If cell.Characters(i...
  3. G

    Coloring Hebrew Vowels and Accents in VBA

    Hello All, I want to achieve the following in excel using VBA, is it possible? Coloring Hebrew Vowels and Accents in HTML/CSS | John Dyer's Code Thanks all, G
  4. M

    Shortcut to change the font color in the cell

    I'm working on a sheet. i should have blue and black font colors random. if i can have macro shortcut for blue and black, would save loads of my time. please help me on this.
  5. M

    Change Font Color

    I want to change the font color from the default (black) to red for part of a result within a cell. For example, the formula ="The current version date is: "&right(Tab1!$A$13,9) produces "The current version date is: 6/20/12" all in black. But I want it to produce "The current version date...
  6. J

    Duplicates Different Font Color

    I posted this previously but had no real answers to the question therefore I will try again hoping for someone with great skills. I have the following code which highlights any duplicates in Column A to FONT color red and then I have the option to delete the rows. The first bit of my code...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top