+ Reply to Thread
Results 1 to 5 of 5

Macro to log and keep track of different status updates

  1. #1
    Registered User
    Join Date
    07-27-2013
    Location
    York, South Carolina
    MS-Off Ver
    Excel 2013
    Posts
    17

    Macro to log and keep track of different status updates

    Hi all, new to the forum.
    Here is my situation. I have a cell that gets different status updates. I would like to write those to a comment and include the date it changed while I keep the last status change and date. Any help with the code would be appreciated.
    Last edited by iggy68; 07-28-2013 at 11:58 AM. Reason: Solved

  2. #2
    Registered User
    Join Date
    07-27-2013
    Location
    York, South Carolina
    MS-Off Ver
    Excel 2013
    Posts
    17

    Re: Macro to log and keep track of different status updates

    Here is what I have now. I want to keep all the comments every time a change is made.

    Private Sub Worksheet_Change(ByVal Target As Excel.Range)

    If Target.Column = 1 Then
    Comment = Target.Cells & Date
    Target.Cells.NoteText Comment
    End If
    End Sub

  3. #3
    Forum Contributor
    Join Date
    01-03-2013
    Location
    Aberdeen, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    163

    Re: Macro to log and keep track of different status updates

    Assuming that cell with changing status is A1 you can check, if this code is helpful for you:
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    07-27-2013
    Location
    York, South Carolina
    MS-Off Ver
    Excel 2013
    Posts
    17

    Re: Macro to log and keep track of different status updates

    That is what I am looking for. now how do I apply that to the entire column?
    Thanks

  5. #5
    Registered User
    Join Date
    07-27-2013
    Location
    York, South Carolina
    MS-Off Ver
    Excel 2013
    Posts
    17

    Re: Macro to log and keep track of different status updates

    Got it, silly question

+ 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. Need VBA code to track status of items in stock
    By adelkam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2013, 11:24 AM
  2. arrange data to show different billing status and customer status
    By applesandpears in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-29-2012, 05:57 PM
  3. Replies: 4
    Last Post: 04-08-2012, 09:43 PM
  4. Replies: 3
    Last Post: 03-04-2011, 06:01 AM
  5. Replies: 1
    Last Post: 06-01-2006, 01:15 PM

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