1.cell c2 has a numeric input from a user form
in cell d2 is a percentage of c2
ie if cell c2 is 100
then cell d2 should be 10 (ie 100 * 10%)
2. cell f2 has another numeric input from a user form
cell g2 should be c2/f2 * d2
this should be calculated on receiving a input from user entry form
can you pl guide with excel vba code
thanks in advance
harishraj