Thread
:
Macro to increase cell value by 1 each time button clicked
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_193_]
external usenet poster
Posts: 1
Macro to increase cell value by 1 each time button clicked
' test cell a1
if isnumeric(range("a1")) then
range("a1").value=range("a1").value+1
end i
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mudraker[_193_]
View Public Profile
Find all posts by mudraker[_193_]