Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I wish to request a macro code on this: 1. I have 3 cells A1 A2 and A3 2. Let's say that A1=5, A2=6, and A3=7 3. Here are the scenarios: a. When I change A1 from 5 to 10, A2 becomes, 11 and A3 becomes 12, meaning, that when A1 incremented by a value of 5, A2 and A3 automatically increments by 5 each. b. When I further chage A1, this time, from 10 to 14, then A2 becomes 15, and A3 becomes 16. c. But if I reset the value of A1 to zero or decrease its value to any number lower than its most previous value, A2 and A3 would not change. This means that A2 and A3 can only accumulate but not decrease when A1's value is decreased. Therefore, changing A1 from 14 to 10, A2 and A3 remains 15 and 16. Thank you for any assistance -- Rhey197 ----------------------------------------------------------------------- Rhey1971's Profile: http://www.excelforum.com/member.php...fo&userid=1233 View this thread: http://www.excelforum.com/showthread.php?threadid=53768 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell value change to trigger macro (worksheet change event?) | Excel Programming | |||
Cell value Change Event - Need to activate macro | Excel Programming | |||
Need code for simple change event | Excel Programming | |||
Copy Sheets minus Worksheet Change Event code & Macro Buttons | Excel Programming |