Hi guys, I would like to ask, how can i drag VBA Formula?
Okey this is my formula for my excel project...
Private Sub CommandButton3_Click()
Range("G5").Value = Range("G5").Value - Range("K5").Value
Range("K5").Value = ""
Range("G5").Value = Range("G5").Value + Range("I5").Value...