View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JD McLeod JD McLeod is offline
external usenet poster
 
Posts: 9
Default Macros Menu in Excel 2007

I need to create a series of macros in a spreadsheet. The purpose is simple,
when the macro is initiated all it will do it to insert in the active cell a
symbol of a specific color and bold text. There will be about 30 different
macros for users to choose from, since there will be about 30 different
symbols used in this project. How is the best way to go about doing this?
In old Excel, i could create a custom menu and add the macro to it. Is there
another way other than having to use RibbonX? thanks.