Results 1 to 5 of 5

Changing Formatting on a cell for a limited time

Threaded View

  1. #1
    Registered User
    Join Date
    02-06-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    27

    Changing Formatting on a cell for a limited time

    Hi, I'm not sure how this could be done though i'm pretty sure its going to require some VBA instead of conditional formatting.

    I would like cell B2 to have background colour red for 10 seconds after cell A1 is edited. So every time A1 is edited B2 will change colour for 10 seconds and then back to original formating.

    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target = Range("B2") Then Target.Interior.ColorIndex = 3
    End Sub
    something similar to this i think is needed.

    Many Thanks

    Ashley
    Last edited by amoorman; 02-16-2009 at 06:22 AM.

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