MhmdHalawi
New Member
- Joined
- Aug 10, 2018
- Messages
- 6
Hi all, I'm kinda new to Excel Vba, and I'm making a very small project, so the thing is , I have a column (C) that has a header and a bunch of values under it, and what I need is that each time I enter a value in that column it will be subtracted from a specific cell (F1), it should be done automatically after entering the value for example in C2 then F1 would be F1-C2 and if I enter a value in C3, then it would be subtracted from F1 again. So, F1-C2, F1-C3, F1-C4,... and so on.