aliffrusli
New Member
- Joined
- Mar 20, 2023
- Messages
- 8
- Office Version
- 2016
- Platform
- Windows
Hi expertise,
I need help on current VBA I'm working on right now.
Whenever I input in any of cell in "A:A" it will automatically register in B column.
If I overwrite value in A column for 2nd time, the new input data will be captured in B column and old data move to column C
As example I input 26/3/2023 in cell A2, B2 will be automatically captured 206/3/2023 as output.
And after that if I input new data 30/5/2023 in A2, B2 will reflect 30/5/2023 and C2 will reflect previous value as 26/3/2023.
The same logic applicable to any cell in A:A will inherit the same row column. Can anyone please help me? I already meet dead road. Thank you.
I need help on current VBA I'm working on right now.
Whenever I input in any of cell in "A:A" it will automatically register in B column.
If I overwrite value in A column for 2nd time, the new input data will be captured in B column and old data move to column C
As example I input 26/3/2023 in cell A2, B2 will be automatically captured 206/3/2023 as output.
And after that if I input new data 30/5/2023 in A2, B2 will reflect 30/5/2023 and C2 will reflect previous value as 26/3/2023.
The same logic applicable to any cell in A:A will inherit the same row column. Can anyone please help me? I already meet dead road. Thank you.