| >GRSoftware >VBA Tutor >Newsletter Issues >Newsletter #1 |
VBA TUTOR NEWSLETTER #Beta ~ 20-12-1999 Help for the beginner to intermediate VBA programmer |
Welcome to the beta issue of VBA Help, which will be issued on the first and fourteenth day of each month! We hope it provides both the beginner and intermediate VBA user with tips, examples and links that will be useful for their VBA projects. |
| ~ VBA in GENERAL ~ |
At the top of your modules, you should always put the statement 'Option Explicit'. You can make it the default so you don't have to type it by selecting the option in the Tools|Options dialog in the VB Editor. Why? Because you SHOULD declare all your variables before using them. This adds a little bit to development time, but saves an awful lot of debugging time when things go wrong. |
| ~ VBA in WORD ~ |
It is ESSENTIAL to password protect your VBA projects to protect them from Macro Virus attacks. Unfortunately, even with regular virus protection updates, you can still be 'GOT'. So .... |
~ COOL WORD RESOURCE ~ |
| ~ VBA in EXCEL ~ |
Although it is not just for EXCEL, an essential EXCEL resource is the Microsoft Personal Online 'Support Highlights for your Product'. Start to browse here . |
~ 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 ~ |
To unsubscribe to this newsletter, reply with 'unsubscribe' as the subject. You can resubscribe at a later date from the VBA Tutor home page. |
| © 2000 Gary Radley |