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
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
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
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
oops, I see your problem understanding. My mistake. In the first example, I put 6 and meant 10.
I'll see your problem this week-end
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks