Can't see the macro list when creating custom menus

E

Ed Hyde

I need to build a custom menu of a list of macros. When I select "Macros" under "Categories" on the "Commands" tab of the "Customize" dialog, I can't read the macro names in the list under "Commands". The qualifiers to the macro name exceed the space availble in the box, and it is not possible to scroll right to see the the full name. For example the macro smAddCustomProperties is displayed as TemplateProject.NewMacros.smAddCustomProperties - everything to the right of is is not visible. Is there a way to view the macro name? Any help will be greatly appreciated

Ed Hyde
 
J

Jay Freedman

Hi, Ed,

Boy, those non-expanding, non-scrolling list boxes really suck, don't
they? There's really not much you can do except rename the module from
NewMacros to something shorter. If you're fairly adept at writing
macros, you can write one to populate the menu; you'd only have to run
it once, and then save the template.
 
E

Ed Hyde

Jay

Thanks for the response. Writing a macro to populate the menu is beyond me, but the short project name sounds like a practical solution. Thanks very much

Ed Hyde
 
Top