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

    • Disclaimer
    • Getting started with excel-vba
    • Arrays
    • Conditional statements
    • Ranges and Cells
    • Named Ranges
    • Merged Cells / Ranges
    • Locating duplicate values in a range
    • User Defined Functions (UDFs)
    • Conditional formatting using VBA
    • Workbooks
    • Working with Excel Tables in VBA
    • Loop through all Sheets in Active Workbook
    • Use Worksheet object and not Sheet object
    • Methods for Finding the Last Used Row or Column in a Worksheet
    • Creating a drop-down menu in the Active Worksheet with a Combo Box
    • File System Object
    • Pivot Tables
    • Binding
    • autofilter ; Uses and best practices
    • Application object
    • Charts and Charting
    • CustomDocumentProperties in practice
    • PowerPoint Integration Through VBA
    • How to record a Macro
    • SQL in Excel VBA - Best Practices
    • Excel-VBA Optimization
    • VBA Security
    • Debugging and Troubleshooting
    • VBA Best Practices
    • Excel VBA Tips and Tricks
    • Common Mistakes
    • The Contributors

# The Contributors

Thanks

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

Pᴇʜ (opens new window) Vityata (opens new window) Joel Spolsky (opens new window) Shai Rado (opens new window) whytheq (opens new window) Portland Runner (opens new window) Alexis Olson (opens new window) Comintern (opens new window) Slai (opens new window) Sam (opens new window) M-- (opens new window) R3uK (opens new window) Gordon Bell (opens new window) paul bica (opens new window) ThunderFrame (opens new window) PeterT (opens new window) Cody G (opens new window) FreeMan (opens new window) EEM (opens new window) user3561813 (opens new window) Steven Schroeder (opens new window) T.M. (opens new window) SWa (opens new window) Doug Coats (opens new window) Byron Wall (opens new window) Malick (opens new window) Alon Adler (opens new window) Vegard (opens new window) Egan Wolf (opens new window) Raystafarian (opens new window)

Edit this page on GitHub (opens new window)

← Common Mistakes