How do I add a macro to a menu button?

S

swatsp0p

Place the button on your sheet. Right Click on the button and select "View
Code". This opens the VB editor to the module for the button. Enter your
macro here. If you have recorded a macro elsewhere, cut and paste works
well, too.
 
S

swatsp0p

sorry, missed the part about the "Menu". This is for a "command" button in a
spreadsheet.
 
Top