Visual Basic for Applications
Introduction
This set of pages is intended for those who have an existing interest in VBA coding. It provides working code that the author himself finds of interest. Many of the procedures have good generality, for example, code for logging data, returning a file address, hashing, and others.
In most cases the code of each page can be copied into a standard VBA Excel module, though in many cases will work in other Office applications, with or without slight modification.
VBA Editor Settings
Because users' computers vary as to the Windows applications installed, it might be helpful to know which References have been set in the Tools menu of the authors' VBA editors. Authors who add to the work should update any of theirs to the list. These currently include:
- Visual Basic for Applications
- Microsoft Excel 14.0 Object Library
- Microsoft Office 14.0 Object Library
- OLE Automation
- Visual Basic for Applications Extensibility 5.3
- mscorlib.dll
- Microsoft Scripting Runtime
- Microsoft Forms 2.0 Object Library
- Microsoft Speech Object Library
Interest Areas
The following pages are offered as a starting point to get things going. Contributors are invited to edit and add to these pages, and to add new ones. I hope to fill in a bit more of the textual descriptions in the near future.
Charts
Clipboard
Error Handling
Files and Folders
Fonts and Formats
Hashing Strings and Files
Logs and Text Files
Message and Input Boxes
Numbers
Range
Sorting
Sound
User Forms
VBA Editor
Related books
- Visual Basic
- Excel VBA
- Visual Basic for Applications Collection