why I have to press run button every time to run every vba code. Example I would like to sum a1+b1
, result show in C1
. Then a2+b2
result shows in C2
.
But this code not run automatically. I have to click play button every time. Is there any way so that when I put value in A1
or B1
result shows in C1
without pressing macro button or play button (in VBA Editor).
I want to just run it like excel formula