+ Reply to Thread
Results 1 to 3 of 3

delete row if the font color is blue

  1. #1
    Registered User
    Join Date
    02-25-2005
    Posts
    38

    delete row if the font color is blue

    i want to delete the entire row if the font color of cell is blue in column a

    thanks in advance

  2. #2
    Ron de Bruin
    Guest

    Re: delete row if the font color is blue

    Hi barkiny

    See
    http://www.cpearson.com/excel/colors.htm

    And
    http://www.xldynamic.com/source/xld.ColourCounter.html

    The Beta version of EasyFilter can delete the rows for you
    http://www.rondebruin.nl/easyfilter.htm


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "barkiny" <[email protected]> wrote in message
    news:[email protected]...
    >
    > i want to delete the entire row if the font color of cell is blue in
    > column a
    >
    > thanks in advance
    >
    >
    > --
    > barkiny
    > ------------------------------------------------------------------------
    > barkiny's Profile: http://www.excelforum.com/member.php...o&userid=20397
    > View this thread: http://www.excelforum.com/showthread...hreadid=491407
    >




  3. #3
    Bob Phillips
    Guest

    Re: delete row if the font color is blue

    If activecell.Interior.ColorIndex = 5 Then
    Activecell.Entirerow.Delete
    End If

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "barkiny" <[email protected]> wrote in
    message news:[email protected]...
    >
    > i want to delete the entire row if the font color of cell is blue in
    > column a
    >
    > thanks in advance
    >
    >
    > --
    > barkiny
    > ------------------------------------------------------------------------
    > barkiny's Profile:

    http://www.excelforum.com/member.php...o&userid=20397
    > View this thread: http://www.excelforum.com/showthread...hreadid=491407
    >




+ 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