View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ElFrodo ElFrodo is offline
external usenet poster
 
Posts: 12
Default Counting, command button and programming in VB

Need to create a command button that count, in a single cell, each time I
press it. I press it ones, and in a1 it says 1. I press it one more time, and
a1 says 2 and so one. I cant use VB, so if anyone can help me, I need the
whole programming.

Appreciate any help.

ElFrodo