Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a macro and have created a command button. I am simply trying
to assign the macro to the button. The help feature says to get the sizing handles on the button (I have done that by going to the Design Mode), right click on one of the sizing handles to get the shortcut menu (which I have done), and click on "Assign Macro". That option is not on the shortcut menu. Properties doesn't have a place to assign the macro and I don't know where to go next. XP, Office Pro 2002, all service packs up to date. I did this about 10 months ago with same system, etc. What am I doing wrong? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See if this helps, Tom:
http://www.officearticles.com/misc/m...ica tions.htm ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Tom E" <Tom wrote in message ... I have created a macro and have created a command button. I am simply trying to assign the macro to the button. The help feature says to get the sizing handles on the button (I have done that by going to the Design Mode), right click on one of the sizing handles to get the shortcut menu (which I have done), and click on "Assign Macro". That option is not on the shortcut menu. Properties doesn't have a place to assign the macro and I don't know where to go next. XP, Office Pro 2002, all service packs up to date. I did this about 10 months ago with same system, etc. What am I doing wrong? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
when you right click on it, choose view code.
add the following line: Application.Run("Your_Macro_Name") close the code window click design to exit design mode click the button and see if your code runs. -- Gary "Tom E" <Tom wrote in message ... I have created a macro and have created a command button. I am simply trying to assign the macro to the button. The help feature says to get the sizing handles on the button (I have done that by going to the Design Mode), right click on one of the sizing handles to get the shortcut menu (which I have done), and click on "Assign Macro". That option is not on the shortcut menu. Properties doesn't have a place to assign the macro and I don't know where to go next. XP, Office Pro 2002, all service packs up to date. I did this about 10 months ago with same system, etc. What am I doing wrong? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign a macro to a command button | Excel Discussion (Misc queries) | |||
Assign Macro to Command Button doesn't work | Excel Programming | |||
How do I assign a macro I have created to a Command Button in Exc. | Excel Discussion (Misc queries) | |||
command button and assign macro | Excel Programming | |||
Assign Macro to Command Button | Excel Programming |