ashahrul11
New Member
- Joined
- May 31, 2018
- Messages
- 1
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
Range("I5").Value = ""
Whenever i press the button, it will update my stock level.
Thanks if you can help me.
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
Range("I5").Value = ""
Thanks if you can help me.