SECTION 1
Lesson 1.5: Toolbar Specifics

   

 

 

Did you know that you can use Microsoft Office Word 2003 to create custom-coded items? We won’t get into how to create these items (like macros and forms) until the advanced book, but here’s an overview of the coding toolbars.

 

The first toolbar is the Control Toolbox, and it looks like this:

 

 

Let’s look at each of its commands.

 

Enters or exits design mode.

Shows you the properties of the selected item.

Opens a Visual Basic window so you can edit code.

Inserts a check box.

Inserts a text box.

Inserts a command button.

Inserts an option button.

Inserts a list box.

Inserts a combo (drop-down) box.

Inserts a toggle button.

Inserts a spin button.

Inserts a scroll bar.

Inserts a label.

Inserts an image block.

Opens a menu so you can choose a different type of control.

 

Next up is the database toolbar, which provides tools for managing forms, records, and fields.

 

 

You’ll notice that some of these commands look a lot similar to our Tables and Borders toolbar. Let’s take a look at what each command does.

 

Opens the Data Form dialog box.

Opens the Manage Fields dialog box.

Adds a new record.

Deletes the selected record.

Sorts records in ascending order.

Sorts records in descending order.

Opens a dialog box allowing you to insert different database types.

Updates the current field.

Opens a special find dialog box.

Mail merges the current document.

 

We also have a special toolbar just for Forms:

 

 

It has some of the same commands as the other coding toolbars, but is geared towards creating and editing forms.

 

Inserts a text form field.

Inserts a check box form field.

Inserts a drop-down form field.

Opens the options for the selected form field.

Changes your cursor to a pencil so you can draw a table.

Allows you to insert a table.

Insert a frame.

Toggle form field shading on or off.

Resets form fields.

Protects the form from editing.

 

Last but not least, we have the Visual Basic toolbar. Visual Basic is the name of the program that you use to edit code for forms, databases, and other coded objects. Here’s what the Visual Basic toolbar looks like:

 

 

And here’s what each of its commands do:

 

Opens a dialog so you can select a macro to run.

Opens a dialog so you can record a macro.

Opens the Macro Security dialog box.

Opens the Visual Basic Editor.

Opens the Control Toolbox toolbar.

Opens design mode.

Opens Microsoft Script Editor.

 

That’s it for coding toolbars!