| >GRSoftware >VBA Tutor >Newsletter Issues >Newsletter #2 >Newsletter #4 |
VBA TUTOR NEWSLETTER #3~ 1-2-2000 Help for the beginner to intermediate VBA programmer |
Seeing we had a few queries about the use of the 'selection' object in both 'tut1' and 'tut2', this issue will concentrate on 'objects' and their use. |
| ~ VBA in GENERAL ~ |
First, go to the following 'VBA Help' tutorial web page for an overview of the concept of Objects and Properties. |
| ~ VBA in WORD ~ |
Now that you have an idea of what an object is, the following code demonstrates how to reference the properties of Objects by using the 'with' statement, in this case, the active document. Using the 'with' statement, you do not have to reiterate the objects name for each value. |
~ COOL WORD RESOURCE ~ |
| ~ VBA in EXCEL ~ |
This following tip is not a VBA tip, but is given here because it is one of the main features of Excel that is not used. This feature is the 'GoTo Special' dialog. This dialog allows you to select, for example, only data that is numeric in a range. |
~ COOL EXCEL RESOURCE ~ EXCEL Objects from the Microsoft Office Developer web site |
| ~ VBA in ACCESS ~ |
Using VBA in ACCESS is not one of our strengths, although we are working on it. So, in this section we will just point you towards some excellent resources. |
~ COOL ACCESS RESOURCE ~ |
| © 2000 Gary Radley |