+ Reply to Thread
Results 1 to 3 of 3

Use VBA (or cond.formatting) to highlight a row if no status changein X number of days.

Hybrid View

  1. #1
    Registered User
    Join Date
    11-03-2014
    Location
    Columbus, Ohio
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Use VBA (or cond.formatting) to highlight a row if no status changein X number of days.

    Hi Everyone,

    Is there a way to either use conditional formatting or VBA to highlight a row (columns x-x) if a certain field hasn't been updated in X amount of days? I want to make sure things on a to-do list don't get forgotten if they are low priority and get pushed down to the bottom of the list.

    Any intel is greatly appreciated!

    Thanks.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,667

    Re: Use VBA (or cond.formatting) to highlight a row if no status changein X number of days

    I'd made it with combined approach:
    VBA (namely: event handler for Worksheet_Change to store last date of modification see for instance: http://www.excelforum.com/excel-form...-modified.html ) and then standard conditional formatting with rule based on formula to highlight row if last change is older than X days.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    11-03-2014
    Location
    Columbus, Ohio
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Re: Use VBA (or cond.formatting) to highlight a row if no status changein X number of days

    I will give this a shot when I get a chance today. Thanks a lot for the input, appreciate it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] SUM number values according to days of week and highlight red If exceeds ?
    By Lukael in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-12-2014, 09:35 AM
  2. Replies: 2
    Last Post: 06-06-2013, 01:10 AM
  3. [SOLVED] Cond. formatting a column/Range, highlight cell in column/range if equal to specific text
    By DFrank231 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2013, 03:35 PM
  4. [SOLVED] Cond. Formatting - highlight cell w/value if equal value in list
    By Armitage2k in forum Excel General
    Replies: 3
    Last Post: 10-16-2012, 12:25 AM
  5. Replies: 7
    Last Post: 09-04-2009, 10:17 AM

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