Difference of the 2 buttons

  • Thread starter Thread starter AndyOne
  • Start date Start date
A

AndyOne

I wondering what is the difference between the two command buttons.

I need to insert a "send" button, which will be linked to our interna
mailing system. Which one of these buttons should I use
 
I presume you mean the forms toolbar button and the controls toolbar button.

The forms button is easier to implement, but less flexible than the controls
toolbar. It is easier in that when you drop it onto the worksheet, it
immediately opens up asking for the macro to assign to it. With the controls
toolbar, you have to go into design mode, create a click event and add code
there. In most cases the forms button will suffice.
 

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