Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks so much, worked Great
"AMDRIT" wrote: Simply double click on the button and it will take you to the control's click event. From there you can call your macro. Private Sub CommandButton1_Click() Call MyMacro End Sub Private Sub MyMacro() msgbox "Aw, you clicked me, how nice of you." End Sub "Jones E" <Jones wrote in message ... I'm trying to use a Submit button to run a macro. Need Help. Thanks Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Submit Button | Excel Discussion (Misc queries) | |||
Submit Button? | Excel Discussion (Misc queries) | |||
Submit Button | Excel Worksheet Functions | |||
Form with submit button | Excel Worksheet Functions | |||
Command Button to submit | Excel Programming |