it will copy range but will not multiply
Posted by Jim on November 04, 2000 11:21 AM
I have a value in cell A1 that i would like to on
commandbutton1_click multiply by 1.2 before it copies
to cell A10. It copies but will not multiply
i.e.
Private Sub CommandButton1_Click()
Range("A1").Copy Range("A10")
I've tried various ways but not smart enough to figure
out. Any help would be appreciated
Jim