lucifier27
New Member
- Joined
- Sep 3, 2009
- Messages
- 5
I inserted an image which looks like "+" and assigned it the following macro ->
Sub IncreaseByOne()
Range("B2") = Range("B2").Value + 1
End Sub
It increases the value of the "Quantity" by 1 each time it is clicked. Now i want to apply it on the rest of the cells. Autofill doesnt help. so what should i do?? I don't know much about excel. so plz help me out..