Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I Have the number 0 in cell A10 and would like a button to increment
this cell by 1 each time i click on it Can some one help. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assign this macro to your button. Change cell address to suit.
Range("A1").Value = Range("A1").Value + 1 HTH Regards, Howard "andrewsheldon98" wrote in message ... I Have the number 0 in cell A10 and would like a button to increment this cell by 1 each time i click on it Can some one help. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "andrewsheldon98" wrote in message ... I Have the number 0 in cell A10 and would like a button to increment this cell by 1 each time i click on it Can some one help. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
incrementing sheet number | Excel Discussion (Misc queries) | |||
Incrementing a formula by X number | Excel Worksheet Functions | |||
Incrementing a worksheet number in a formula | Excel Worksheet Functions | |||
Incrementing a worksheet number in a formula | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions |