how to program a button...

  • Thread starter Thread starter Verner Jensen, Ålborg
  • Start date Start date
V

Verner Jensen, Ålborg

Howdy !

Is it possible to have a button on a menubar calling a function in an .xla?

Rgds, Henrik
 
Yes, just create it within the workbook_Open event of the xla.
 
If you assign the onaction property of the button to the code in the xla.
It can also be done manually although you would not be able to select it
from the choices in the dialog box - you could still type in the reference.
 

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