In a VBA project, you can create a UserForm and add controls to it using the toolbar window. By default, the toolbar window contains simple form elements such as Label, TextBox, ListBox, etc.
You can add additional controls if they are installed on your computer: right-clicking on the “additional controls” in the toolbar displays a whole panel of controls. However, this does not give any indication of where they came from.
I’m interested in knowing which controls are guaranteed to be available on the computer on which Office 2007 is installed. Are they standard, or are some of the “optional controls” also guaranteed to be available (either because they come with Office 2007, or because Do they exist in all versions of Windows that Office 2007 will run)?
For example, I am surprised that Office 2007 does not have a TreeView control. On my list of “additional controls” I see “Microsoft TreeView Control v6,” but I don’t know if I can rely on this for all of my 2007 Office users.
source
share