Category |
The Category and Name options of the Script Assistant are used together to help you find and insert proper Visual Basic statements into the edit box.
There are many hundreds of functions, operators, constants and other language components to choose from when writing Visual Basic. Microsoft's documentation on the entire list of these components can be viewed by clicking on the Visual Basic Help button. However, to make the Script Assistant manageable, only a portion of the available components are listed in the Script Assistant.
Because presenting even this reduced number of components in a single list would make the search for individual Visual Basic components difficult and slow, the list has been broken up into separate categories listed in the Script Assistant.
|
Although not all Visual Basic components are listed in the Script Assistant, unlisted components can be manually typed into a script. |
To select a category of Visual Basic language components, click on the desired item in the Category list. The components available in the Script Assistant for the selected category will then be displayed in the Names list to the right of the categories.
Sometimes, an individual category of Visual Basic language components is so large that
One of the categories,
Related Topics