View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AKphidelt AKphidelt is offline
external usenet poster
 
Posts: 461
Default Button will not start macro

What is the code of your macro?

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

"Clark" wrote:

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