in this version I can not attach a Macro to a Button

H

Hussam Bachat

Can someone tell me how to attach a Macro to a Button from the design tool
bar ?
 
B

Bob Phillips

By design toolbar, I assume you mean the control toolbar.

With this button, you don't directly assign macros, you run event macros. If
you go into design mode, click the blue-green triangle on the toolbar,
double-click the button, and it will open a code window, with a template
event for that button. Add your code to that event macro, or just call your
macro from within it.
 
Top