View Single Post
  #1   Report Post  
Joe
 
Posts: n/a
Default Buttons and macros?

I have no idea where to start learning VBA and macros and stuff, but
hopefully someone can help me write something up for what I want to do.

A B C
Item 1 |___| [button]


Descriptor in Column A, empty cell in Column B, and a button in column C.
I'm hoping theres a way to make it so that every time the button is clicked,
the number in the empty cell in coulmnB increases by 1, just a simple tally
for every time the button is clicked.

I plan on populating a sheet with multiples of this setup, so if theres an
easy way to do this, please help.