View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Nayab Nayab is offline
external usenet poster
 
Posts: 62
Default Creating a button...

On Jun 20, 12:15*pm, Markv wrote:
Hi all.

Does anyone have the formula to create a button on your work sheet that upon
clicking on it will give you a result?

ie. dice rolls, I would click on the button and the dice will roll.

Thanks.


Mark, button can be made but only button can't make things roll. U can
internally rite some vb code/macro to make things happen and then u
need to attach the click of this button to this macro. Otherwise u can
insert control buttons and on click of these buttons u can write the
corresponding code