Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Does anyone know how I can insert a button into a worksheet and then have that button, once pressed, execute a macro that I have just recorded. Thanks. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should work if you are using a VB command button.
Just put the name of a macro in the Click sub Private Sub CommandButton1_Click() Macro1 End Sub "jpx" wrote in message ... Does anyone know how I can insert a button into a worksheet and then have that button, once pressed, execute a macro that I have just recorded. Thanks. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Buttons | Excel Discussion (Misc queries) | |||
Macro buttons opening saved macro | Excel Discussion (Misc queries) | |||
Macro Buttons | Excel Worksheet Functions | |||
look for buttons in a macro | Excel Discussion (Misc queries) | |||
macro buttons | Excel Programming |