Macros to add numbers
Closed
Koushik
-
Jul 21, 2015 at 07:06 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jul 22, 2015 at 12:18 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jul 22, 2015 at 12:18 AM
Related:
- Macros to add numbers
- 2007 microsoft office add-in microsoft save as pdf or xps - Download - Other
- How to add songs to sound picker - Guide
- How to add @ in laptop - Guide
- Add messenger to home screen - Guide
- How to add photo in word resume - Guide
1 response
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Jul 22, 2015 at 12:18 AM
Jul 22, 2015 at 12:18 AM
Hello Koushik,
I'm not sure if you have an existing macro to add this to or if you just want one to run on its own to increment the number in a cell but this may help:-
Have a look at the following link to see it work:-
https://www.dropbox.com/s/fcizx2767c6drx9/Koushik.xlsm?dl=0
You may have to change the cell references to suit yourself.
I hope that this helps.
Cheerio,
vcoolio.
I'm not sure if you have an existing macro to add this to or if you just want one to run on its own to increment the number in a cell but this may help:-
Sub AddIt() Range("B4").Value = Range("B4").Value + 1 End Sub
Have a look at the following link to see it work:-
https://www.dropbox.com/s/fcizx2767c6drx9/Koushik.xlsm?dl=0
You may have to change the cell references to suit yourself.
I hope that this helps.
Cheerio,
vcoolio.