DevTut
GitHub (opens new window)
GitHub (opens new window)
  • VBA

    • Disclaimer
    • Getting started with VBA
    • Comments
    • String Literals - Escaping, non-printable characters and line-continuations
    • VBA Option Keyword
    • Declaring Variables
    • Declaring and assigning strings
    • Concatenating strings
    • Frequently used string manipulation
    • Substrings
    • Searching within strings for the presence of substrings
    • Assigning strings with repeated characters
    • Measuring the length of strings
    • Converting other types to strings
    • Date Time Manipulation
    • Data Types and Limits
    • Naming Conventions
    • Data Structures
    • Arrays
    • Copying, returning and passing arrays
    • Collections
    • Operators
    • Sorting
    • Flow control structures
    • Passing Arguments ByRef or ByVal
    • Scripting.FileSystemObject
    • Working With Files and Directories Without Using FileSystemObject
    • Reading 2GB+ files in binary in VBA and File Hashes
    • Creating a procedure
    • Procedure Calls
    • Conditional Compilation
    • Object-Oriented VBA
    • Creating a Custom Class
    • Interfaces
    • Recursion
    • Events
    • Scripting.Dictionary object
    • Working with ADO
    • Attributes
    • User Forms
    • CreateObject vs. GetObject
    • Non-Latin Characters
    • API Calls
    • Automation or Using other applications Libraries
    • Macro security and signing of VBA-projects/-modules
    • VBA Run-Time Errors
    • Error Handling
    • The Contributors

# The Contributors

Thanks

Thanks to the great people behind the beautiful Stackoverflow Documentation 😇. All of you are good souls 💯

Mathieu Guindon (opens new window) Comintern (opens new window) Sam (opens new window) R3uK (opens new window) Steve Rindsberg (opens new window) 0m3r (opens new window) paul bica (opens new window) RubberDuck (opens new window) Zev Spitz (opens new window) ThunderFrame (opens new window) Thomas G (opens new window) PatricK (opens new window) ZygD (opens new window) FreeMan (opens new window) Blackhawk (opens new window) Dave (opens new window) SWa (opens new window) pashute (opens new window) litelite (opens new window) SandPiper (opens new window) Kyle (opens new window) Tim (opens new window) kolcinx (opens new window) Leviathan (opens new window) airstrike (opens new window) Máté Juhász (opens new window) Maarten van Stam (opens new window) Zaider (opens new window) LiamH (opens new window) Kaz (opens new window)

Edit this page on GitHub (opens new window)

← Error Handling