Button will not start macro

C

Clark

I need a button, that when selected, will cause the total in another cell to
increase by a given number associated with the button.
 
A

akphidelt

What is the code of your macro?

It should be a fairly simple macro, like Range("A1").Value =
Range("A1").Value + ButtonValue
 
C

Clark

Thanks. I have not written the code because I did not know how. Can you
give me an example is the value I want returned is "2"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top