VB and VBA in a Nutshell: The Languages
โ Scribed by Paul Lomax
- Book ID
- 127446582
- Publisher
- O'Reilly Media
- Year
- 1998
- Tongue
- English
- Weight
- 5 MB
- Edition
- 1st
- Category
- Library
- ISBN
- 1565923588
No coin nor oath required. For personal study only.
โฆ Synopsis
The online documentation of VB/VBA language components seems to follow the 80/20 rule: the basic facts that you need to use a language statement are provided in the documentation. But the additional 20 percent that you need to use it effectively or to apply it to special cases is conspicuously absent. To a professional VB/VBA programmer, though, this missing 20 percent of the language's documentation isn't a luxury, it's a necessity. And in VB & VBA in a Nutshell: The Language, it finally is available. The bulk of the book consists of an alphabetical reference to the statements, procedures, and functions of the VB/VBA language. Each entry has a standardized listing containing the following information: * Its syntax, using standard code conventions * Differences in the operation of the keyword in a macro environment (e.g., in Office) and in Visual Basic, if there are any * A list of arguments accepted by the function or procedure, if any * A description of the data type returned by a function * The finer points of a keyword's usage that are often omitted from or blurred over by the documentation * Tips and gotchas that include undocumented behaviors and practical applications for particular language elements - a section particularly invaluable for diagnosing or avoiding potential programming problems * A brief, nonobvious example that illustrates the use of the keyword
โฆ Subjects
Visual Basic for Applications (VBA)
๐ SIMILAR VOLUMES
With the release of the Microsoft .NET platform comes a new version of Visual Basic dramatically unlike its predecessors. So extensive are the changes, in fact, that some VB programmers argue that Visual Basic .NET is an entirely new programming language. In the updated second edition of this popula
Need to make sense of the many changes to Visual Basic for the new .NET platform? VB .NET Language in a Nutshell introduces the important aspects of the language and explains the .NET framework. An alphabetical reference covers the functions, statements, directives, objects, and object members that