I have following code on a sheet, but it executes continuesly & stucks
My aim is, if I enter 12 shoul display 12000
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Value = Target.Value * 1000
End Sub
My aim is, if I enter 12 shoul display 12000
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Value = Target.Value * 1000
End Sub