View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Assign Macro to Command Button

Hi adamaagard

You have add a button from the control toolbox instead one from the forms toolbar.

This button have a click event.
Double click on the button when you are in design mode and
enter the macro name in the click event

--
Regards Ron de Bruin
http://www.rondebruin.nl


"adamaagard" wrote in message ...
How do I assign a macro to a command button in Excel 2003. Previously it was
just a right-click away, but not any mo(

Thankx