| >GRSoftware >VBA Tutor >Newsletter Issues >Newsletter #beta >Newsletter #2 |
VBA TUTOR NEWSLETTER #1~ 1-1-2000 Help for the beginner to intermediate VBA programmer |
Welcome to the first issue of VBA Help! In each edition, we will try to provide some tips and links for both the beginner and intermediate programmer. Hopefully, you will learn a little more each issue. |
| ~ VBA in GENERAL ~ |
For the first tip, we can only emphasis that the easiest way to learn how to use VBA is to use the 'Macro Recorder' and the 'Office Assistant' in combination. Together, they provide the easiest and the simplest way to both initiate and complete a project. So, for you beginner VBA programmers, go to the following tutorial, tut1.htm, to see how it's done. |
| ~ VBA in WORD ~ |
You intermediate programmers will know it's easy to improve/extend a standard Word Menu Item by creating a macro of the same name. But how do you find the macro name to replace? Easy! |
~ COOL WORD RESOURCE ~ |
| ~ VBA in EXCEL ~ |
Ever had trouble referencing a particular worksheet. Could be it had a space in it's name, such as 'sheet 1'. To overcome this problem, enclose the worksheet name in apostrophes inside the quotation marks. eg. ("'Sheet 1'!A1") |
~ COOL EXCEL RESOURCE ~ |
| ~ VBA in ACCESS ~ |
Using VBA in ACCESS is not one of our strengths, so in this section we will just point you towards some excellent resources. |
~ COOL ACCESS RESOURCE ~ |
| © 2000 Gary Radley |