VBA Forms

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

Guest

Hi,

Are there any Control Toolbox's for Excel VBA that are based on a version of
Form newer than 2.0?

The Forms 2.0 ActiveX Controls in Excel just looks so old...

Thanks,
 
Simon,
You can use basically any controls that are ActiveX that you are licensed to
use at design time and run time.
However, recent security update have placed limitations on using unsigned
controls, although that can be circumvented with registry edits.

Using other controls though will mean that you will have to ensure the user
has them installed and registered on their system.

NickHK
 

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