hi Berabus,

Welcome to the Forum
I may be misunderstanding your question (or example) but... is there any particular reason why you are trying to do the multiplication in code rather than directly in the worksheet?
Doing it directly in the worksheet is likely to be much quicker than looping cell by cell, especially if your real data set is large.
From the example above, it appears that you could type
=A2*B2
into cell C2 & copy it down as far as you need. If you really want this in a macro, you could record a macro of your actions as you do this.

hth
Rob