icolor

  1. J

    Change Fill color and font type based on date VBA help

    Hi all, I have a VBA code I am using that will change a specific cell in column L to a fill of yellow or icolor=6 if it matches todays date. If the date in column L is before todays date, I want it to turn red or icolor=3. (I would prefer if it would stay yellow for 3 days instead of 1 day, but...
  2. M

    Noob VBA / Macro help

    I'm sure this is gonna be simple for anyone who knows what they're doing... I'm running some code in my workbook - this simply changes cell colour based on value: Public Sub Worksheet_Change(ByVal Target As Range) Dim icolor As Integer If Not Intersect(Target, Range("c8:pf25")) Is...
  3. P

    VBA, conditional formatting case icolor wildcards

    Can't seem to find an answer to what I think is a relatively simple query.... I'm currently using this code to 'conditionally format' a range of cells containing various text strings... Private Sub Worksheet_Change(ByVal Target As Range) Dim icolor As Integer Dim colorr As Integer If...

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