Hi Everyone
I am trying to let excel call a simple Copy&Paste Sub automatically every time when I input data into a specific cell, but I couldn't figure out how to, any help will be greatly appreciated. Thank you in advance.
Here is the idea: (please ignore the dots between the two 1s, that's for display purpose only,to separate the two numbers here)
A1 B1 C1
1 . . . .1
How can I let excel automatically call the Sub which copies 1 from Cell A1 to Cell C1 every time when I input something into Cell B1. And if I input new data into Cell B1 again, the Sub will simply re-run again.
Most importantly, I will be doing this for every single row on the worksheet.
So whenever I input data into a row in Column B, the Sub will run on that row.
I tried to use the Change Event but still couldn't figure it out.
Thanks
I am trying to let excel call a simple Copy&Paste Sub automatically every time when I input data into a specific cell, but I couldn't figure out how to, any help will be greatly appreciated. Thank you in advance.
Here is the idea: (please ignore the dots between the two 1s, that's for display purpose only,to separate the two numbers here)
A1 B1 C1
1 . . . .1
How can I let excel automatically call the Sub which copies 1 from Cell A1 to Cell C1 every time when I input something into Cell B1. And if I input new data into Cell B1 again, the Sub will simply re-run again.
Most importantly, I will be doing this for every single row on the worksheet.
So whenever I input data into a row in Column B, the Sub will run on that row.
I tried to use the Change Event but still couldn't figure it out.
Thanks
Last edited: