So i have column "B" , i have to multiply an entire column to "x" number. For example it will be "10".
Here is my code:
Private Sub CommandButton3_Click() //= Multiply [screenshot#3]
Range("C2:C10").Value = Range("B2:B10").Value * 10
End Sub
I am getting error :Screenshot#2
Here is how looks my userform: Screenshot#3