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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone tell me how to attach a Macro to a Button from the design tool
bar ?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top