roipatrick
New Member
- Joined
- Mar 20, 2014
- Messages
- 39
Hi and Good day to all of you,
I want to add 2 cells, lets say for example, take a look on the table below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]2[/TD]
[TD]4000[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]5[/TD]
[TD]5000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]6[/TD]
[TD]1200[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]8[/TD]
[TD]800[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, I want column C to render the product of column a and b, Take note that I want this to be done in macro VBA code and not in formulas.
Thank you in advance to all of you guys,
So new here in VBA as in super new.
I want to add 2 cells, lets say for example, take a look on the table below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]2[/TD]
[TD]4000[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]5[/TD]
[TD]5000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]6[/TD]
[TD]1200[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]8[/TD]
[TD]800[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, I want column C to render the product of column a and b, Take note that I want this to be done in macro VBA code and not in formulas.
Thank you in advance to all of you guys,
So new here in VBA as in super new.