font color change

  1. U

    VBA: Change Font Color Based on Value

    Hi Gurus I found below code for changing the negative number in red. = = = = = Sub One_Way() Dim c As Range For Each c In Selection If c.Value < 0 Then c.Font.Color = vbRed Next c End Sub Source: VBA code to make negative numbers red and positive numbers black = = = = =...
  2. V

    Having multiple colors in a textbox

    I am trying to use VBA to insert a yellow textbox that has Procedures, Tickmarks, and Conclusion on separate lines. I have been able to do so. Now I am trying get font to change after the headings. Below is the an example and code for trying to get the font unbolded and black after...
  3. M

    Find replace a word and change font color of only the replaced word.

    Hello Everyone, Need help with the VBA code mentioned in the end. Objective: To find all occurrences of text from Column A in Sheet 1 and replace them with respective value from Column B in Sheet 2 and highlight the replaced word(s). Issues with existing code: The code is not searching it as...
  4. G

    Macro to print and change font color

    All, I am building a new hire form in excel and for audit purposes when we print certain information needs to be redacted. The best way I've come up with so far is to make a macro that will: 1. select the cells I want to change 2. change font color to the same as the background 3. print active...
  5. C

    Custom Number Format with Text/Numbers + Coloring

    Hello and thank you for your time, I am trying to create a custom number format that allows me to create the below example: If the formula for the cell results in a negative number it will display this: (622) Negative If the formula for the cell results in a positive number it will display...
  6. N

    Cell Range Font color change add to existing code

    Hi folks... I have one for you. Still a newby here and learning how to edit existing macros. I decided that at the end of this macro, after Range ("f13:o13").Select, I would like this specific cell range font to change from white to green. I am missing something and can't get it to work...
  7. L

    How to automatically change font color to black when copy paste special from excel into powerpoint?

    When I copy a spreadsheet from excel into powerpoint (paste special enhaced metafile) the font doesn't change to black even if my default printer is black and white. I'm using Powerpoint 2013. It is possible to get the font color automatically changing from red to black? It was possible with...
  8. 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...

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