In this tutorial we are going to explain how you can Assign a Macro to
the Command Button in the Microsoft Excel.
To assign a macro (one or more code lines) to the command button, execute the following steps:
To assign a macro (one or more code lines) to the command button, execute the following steps:
- Right click CommandButton1 (make sure Design Mode is selected).
-
Click View Code.
View Code
- Place your cursor between Private Sub CommandButton1_Click() and End Sub.
- Add the code line shown below:
Range("A1").Value = "Hello"
Add Code Line
- Close the Visual Basic Editor.
- Click the command button on the sheet (make sure Design Mode is deselected).
Result:
Macro Result |
No comments:
Post a Comment