+ Reply to Thread
Results 1 to 6 of 6

Logging Changes

  1. #1
    Registered User
    Join Date
    04-04-2004
    Posts
    42

    Logging Changes

    I'll be manually entering and deleteing values in A1, and I need VBA to keep a running record of all the values I have entered.
    For example, when cell A1 changes from 5 to 10 to 15... I'll see 5 in A2, 6 in A3, 15 in A4...etc.
    Thanks,
    Bobby

  2. #2
    Forum Contributor
    Join Date
    08-19-2006
    Posts
    116
    Hi Bobby

    I don't see the link between 5 in A2, 6 in A3, 15 in A4. In other words, could you explain? I see the serie 5,6,7 but i don't understand 15

    Bye, bye

  3. #3
    Registered User
    Join Date
    04-04-2004
    Posts
    42

    thanks

    If I first put the number 5 in cell A1, then delete it and put the number 10 back in the same cell, and so on....
    I would like a list of all the numbers I have entered into that cell.
    Thanks,
    Bobby

  4. #4
    Registered User
    Join Date
    04-04-2004
    Posts
    42

    ok

    oops, I see your problem understanding. My mistake. In the first example, I put 6 and meant 10.

  5. #5
    Forum Contributor
    Join Date
    08-19-2006
    Posts
    116
    I'll see your problem this week-end

  6. #6
    Forum Contributor
    Join Date
    08-19-2006
    Posts
    116
    Hi

    You can use the following macro.It works, i think. You will have to change j. I have written For j= 1 to 10, but it depends on what you need.
    Please Login or Register  to view this content.
    Last edited by VBA Noob; 12-15-2006 at 02:15 PM.

+ 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