ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Assign Macro to Command Button (https://www.excelbanter.com/excel-programming/353059-assign-macro-command-button.html)

adamaagard

Assign Macro to Command Button
 
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

Ron de Bruin

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




sebastienm

Assign Macro to Command Button
 
Hi,
i have xp but:
- for a CommandButton from the Control Toolbox toolbar, say CommandButton1,
you have to create an event sub in the sheet (or userform) containing the
control:
Private Sub CommandButton_Click( )
End Sub
- for a Button from the Forms toolbar, Right-Click on the button and choose
Assign Macro from the pop-up menu.
--
Regards,
Sébastien
<http://www.ondemandanalysis.com


"adamaagard" wrote:

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



All times are GMT +1. The time now is 01:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com