View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default creating a macro icon

Make the forms toolbar visible.

click on the button control and rubberband it onto your sheet

It should prompt you to assign a macro.

Select you macro

Now click the button.

Similarly, you can go into tools=customize and create a button on a menu
and again, assign you macro to that.

--
Regards,
Tom Ogilvy


"ashaback" wrote:

I created a macro, how do I create the icon so someone can just click the
icon and it runs?

Thanks