+ Reply to Thread
Results 1 to 7 of 7

Red Dot

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,834

    Re: Red Dot

    One way
    Sub test()
        Application.ScreenUpdating = False
        With Range("g3", Range("g" & Rows.Count).End(xlUp))
            .FormatConditions.Delete
            .Font.ColorIndex = xlAutomatic
            .Value = Evaluate("if(isnumber(search("",""&" & .Address & _
            "&"","","",X,D,B,E,""&char(8572)&"","")),""#N/A"","""")")
            On Error Resume Next
            With .SpecialCells(2, 16)
                .Value = ChrW(9679)
                .Font.Color = vbRed
            End With
            On Error GoTo 0
        End With
        Application.ScreenUpdating = True
    End Sub
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-16-2006
    MS-Off Ver
    OFFICE 365
    Posts
    244

    Re: Red Dot

    Hmm. When I run the code listed above it seems to clear all the contents in column G. Let me dig into this a bit deeper, I must be missing something.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1