Form or VBA controls

  • Thread starter Thread starter Annie
  • Start date Start date
A

Annie

I have been working on an Excel workbooks for about a year and have just thought to notice that
there are two different types of controls that you can place on a worksheet - Form controls and
VBA(?) controls. Is there any reason to chose one over the other?

TIA,

Annie
 
Annie,

The controls from the Forms toolbar are fairly simple, and for most, their
only result is to change a cell. They have fairly limited flexibility,
pretty much all of which is accessible via the Format command. Those from
the Controls toolbox are ActiveX controls. They have lots of properties you
can change (the linked cell, etc.), and can have "code behind" them. That
means they can run your macro code when they're used, giving them
programmability.
 

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