0% found this document useful (0 votes)
102 views

VBA Tutorials

This document provides an overview of over 140 Excel VBA introduction parts that cover a wide range of topics including macros, variables, loops, arrays, functions, userforms, Outlook integration, PivotTables, shapes, strings, web scraping, and more. The parts range from basic concepts to more advanced topics such as using Selenium for web scraping and interacting with SQL databases from VBA.

Uploaded by

babis fevgalas
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views

VBA Tutorials

This document provides an overview of over 140 Excel VBA introduction parts that cover a wide range of topics including macros, variables, loops, arrays, functions, userforms, Outlook integration, PivotTables, shapes, strings, web scraping, and more. The parts range from basic concepts to more advanced topics such as using Selenium for web scraping and interacting with SQL databases from VBA.

Uploaded by

babis fevgalas
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 9

a/a Title

49 Excel VBA Introduction Part 33 - Creating Add Ins


70 Excel VBA Introduction Part 50.1 - Introduction to Charts in VBA
71 Excel VBA Introduction Part 50.2 - Embedding Charts in Worksheets
72 Excel VBA Introduction Part 50.3 - Conditional Formatting by Value in Charts
73 Excel VBA Introduction Part 50.4 - Highlighting Min and Max Values in a Chart
74 Excel VBA Introduction Part 50.5 - Formatting Bubble Charts by Bubble Size
75 Excel VBA Introduction Part 50.6 - Data Labels in Scatter Charts
13 Excel VBA Introduction Part 12 - With Statements
14 Excel VBA Introduction Part 13 - If Statements
15 Excel VBA Introduction Part 14 - Select Case Statements
16 Excel VBA Introduction Part 15 - Do Until and Do While Loops
17 Excel VBA Introduction Part 15a - Find and FindNext
18 Excel VBA Introduction Part 16 - For Next Loops
19 Excel VBA Introduction Part 17 - For Each Loops
93 Excel VBA Introduction Part 54.1 - The IIf Function
94 Excel VBA Introduction Part 54.2 - The Switch Function
8 Excel VBA Introduction Part 8 - Variables
9 Excel VBA Introduction Part 9 - Object Variables
28 Excel VBA Introduction Part 25 - Arrays
29 Excel VBA Introduction Part 26 - Constants and Enumerations (Const, Enum)
53 Excel VBA Introduction Part 37 - Custom Collections
54 Excel VBA Introduction Part 38 - Typed Collections
55 Excel VBA Introduction Part 39 - Dictionaries
46 Excel VBA Introduction Part 30 - ADO (ActiveX Data Objects) Querying a Database
47 Excel VBA Introduction Part 31 - ADO (ActiveX Data Objects) Modifying Data with Recordsets
48 Excel VBA Introduction Part 32 - ADO (ActiveX Data Objects) SQL Statements (INSERT, UPDATE, DELETE)
96 Excel VBA Introduction Part 56.1 - Connect to SQL Server using ADO and the MSOLEDBSQL Driver
97 Excel VBA Introduction Part 56.2 - Get Data from SQL Server with ADO Recordsets
98 Excel VBA Introduction Part 56.3 - Read and Execute SQL Query Files
99 Excel VBA Introduction Part 56.4 - Return Multiple Result Sets from SQL Queries
100 Excel VBA Introduction Part 56.5 - Basic ADO Commands
101 Excel VBA Introduction Part 56.6 - ADO Commands and Parameters
102 Excel VBA Introduction Part 56.7 - Stored Procedures and Parameters with ADO
111 Excel VBA Introduction Part 58.1 - SQL for Excel Files - Basic Select Statements
112 Excel VBA Introduction Part 58.10 - SQL for Excel Files - Date Expressions
113 Excel VBA Introduction Part 58.11 - SQL for Excel Files - Text Expressions
114 Excel VBA Introduction Part 58.12 - SQL for Excel Files - Aggregation Functions
115 Excel VBA Introduction Part 58.13 - SQL for Excel Files - Grouping Rows
116 Excel VBA Introduction Part 58.14 - SQL for Excel Files - Criteria in the Having Clause
117 Excel VBA Introduction Part 58.15 - SQL for Excel Files - Pivoting Data Crosstab Queries
118 Excel VBA Introduction Part 58.16 - SQL for Excel Files - Basic Union Queries
119 Excel VBA Introduction Part 58.17 - SQL for Excel Files - Union Queries with Total Rows
120 Excel VBA Introduction Part 58.18 - SQL for Excel Files - Union Queries from Multiple Files
121 Excel VBA Introduction Part 58.19 - SQL for Excel Files - Inner Joins
122 Excel VBA Introduction Part 58.2 - SQL for Excel Files - Sorting Rows in a Query
123 Excel VBA Introduction Part 58.20 - SQL for Excel Files - Outer Joins
124 Excel VBA Introduction Part 58.21 - SQL for Excel Files - Constructing Full Outer Joins
125 Excel VBA Introduction Part 58.22 - SQL for Excel Files - Join Worksheets from Multiple Files
126 Excel VBA Introduction Part 58.23 - SQL for Excel Files - Merge Worksheets Side by Side
127 Excel VBA Introduction Part 58.24 - SQL for Excel Files - Consolidate Worksheets with Derived Tables
128 Excel VBA Introduction Part 58.25 - SQL for Excel Files - Basic Subqueries
129 Excel VBA Introduction Part 58.26 - SQL for Excel Files - Nested Subqueries
130 Excel VBA Introduction Part 58.27 - SQL for Excel Files - Correlated Subqueries
131 Excel VBA Introduction Part 58.28 - SQL for Excel Files - Inserting Data into an Existing Sheet
132 Excel VBA Introduction Part 58.29 - SQL for Excel Files - Select Data into a New Sheet or Workbook
133 Excel VBA Introduction Part 58.3 - SQL for Excel Files - Selecting the Top N Rows
134 Excel VBA Introduction Part 58.30 - SQL for Excel Files - Updating Existing Data
135 Excel VBA Introduction Part 58.31 - SQL for Excel Files - Split a Table into Separate Sheets
136 Excel VBA Introduction Part 58.4 - SQL for Excel Files - Selecting All or Distinct Rows
137 Excel VBA Introduction Part 58.5 - SQL for Excel Files - Adding Criteria to a Query
138 Excel VBA Introduction Part 58.6 - SQL for Excel Files - Text Criteria and the Like Operator
139 Excel VBA Introduction Part 58.7 - SQL for Excel Files - Basic Calculated Columns
140 Excel VBA Introduction Part 58.8 - SQL for Excel Files - Conditional Functions
141 Excel VBA Introduction Part 58.9 - SQL for Excel Files - Nulls in Expressions
95 Excel VBA Introduction Part 55.1 - Working with Dates
21 Excel VBA Introduction Part 19 - Error Handling (On Error, Resume, GoTo)
25 Excel VBA Introduction Part 22 - Files and Folders (FilesObjects)
26 Excel VBA Introduction Part 23 - Text Files (FilesObjects)
27 Excel VBA Introduction Part 24 - File Dialogs
57 Excel VBA Introduction Part 41 - Saving as a PDF
20 Excel VBA Introduction Part 18 - Creating Functions
58 Excel VBA Introduction Part 43.1 - ByRef and ByVal
59 Excel VBA Introduction Part 43.2 - ByRef and ByVal (When to use Parentheses)
22 Excel VBA Introduction Part 20.1 - Event Procedures
23 Excel VBA Introduction Part 20.2 - Application Events
24 Excel VBA Introduction Part 21 - User Forms
10 Excel VBA Introduction Part 10 - Message Boxes
11 Excel VBA Introduction Part 11.1 - Input Boxes
12 Excel VBA Introduction Part 11.2 - Application.InputBox
1 Excel VBA Introduction Part 1 - Getting Started in the VB Editor
2 Excel VBA Introduction Part 2 - Writing Your First VBA Macro
3 Excel VBA Introduction Part 3 - What to do When Things Go Wrong (Errors and Debugging)
4 Excel VBA Introduction Part 4 - Buttons, Toolbars and Keyboard Shortcuts
5 Excel VBA Introduction Part 5 - Selecting Cells (Range, Cells, Activecell, End, Offset)
6 Excel VBA Introduction Part 6 - Worksheets, Charts and Sheets
7 Excel VBA Introduction Part 7 - Workbooks
50 Excel VBA Introduction Part 34 - Type Declarations (User-Defined Types)
51 Excel VBA Introduction Part 35 - Class Modules
52 Excel VBA Introduction Part 36 - Using Class Modules in Other Projects
33 Excel VBA Introduction Part 29.1 - Creating Outlook Emails
34 Excel VBA Introduction Part 29.10 - Getting Emails from another Outlook Account
35 Excel VBA Introduction Part 29.11 - Sending Emails from another Outlook Account
36 Excel VBA Introduction Part 29.12 - Filtering Outlook Items using Restrict
37 Excel VBA Introduction Part 29.13 - DASL Filters in Outlook
38 Excel VBA Introduction Part 29.2 - Outlook Email Events
39 Excel VBA Introduction Part 29.3 - Outlook Emails using the Word Editor
40 Excel VBA Introduction Part 29.4 - Inserting Pictures in Outlook Emails
41 Excel VBA Introduction Part 29.5 - Copying Emails from the Outlook Inbox
42 Excel VBA Introduction Part 29.6 - Referring to a Named Outlook Folder
43 Excel VBA Introduction Part 29.7 - Looping Through all Outlook Folders
44 Excel VBA Introduction Part 29.8 - Saving Attachments from an Outlook Folder
45 Excel VBA Introduction Part 29.9 - Finding Outlook Emails using Filters
76 Excel VBA Introduction Part 51.1 - Introduction to Pivot Tables in VBA
77 Excel VBA Introduction Part 51.2 - Pivot Tables using an Access Database
78 Excel VBA Introduction Part 51.3 - Pivot Tables using a SQL Server Database
79 Excel VBA Introduction Part 51.4 - Pivot Tables and Consolidation Ranges
80 Excel VBA Introduction Part 51.5 - PowerPivot Data Models
81 Excel VBA Introduction Part 51.6 - Pivot Charts
82 Excel VBA Introduction Part 51.7 - Pivot Table Slicers
83 Excel VBA Introduction Part 51.8 - Pivot Table Date Fields and Timelines
32 Excel VBA Introduction Part 28.1 - Creating PowerPoint Presentations
84 Excel VBA Introduction Part 52.1 - Introduction to Shapes
85 Excel VBA Introduction Part 52.2 - Formatting Shapes
86 Excel VBA Introduction Part 52.3 - Adding Text to Shapes
87 Excel VBA Introduction Part 53.1 - Working with Strings
88 Excel VBA Introduction Part 53.2 - Splitting Strings
89 Excel VBA Introduction Part 53.3 - The Join Function and Concatenating Strings
90 Excel VBA Introduction Part 53.4 - Replacing Strings
91 Excel VBA Introduction Part 53.5 - Converting the Case of Text
92 Excel VBA Introduction Part 53.6 - The Asc and Chr Functions
56 Excel VBA Introduction Part 40 - Disabling Screen Updates
60 Excel VBA Introduction Part 44 - Making Excel Talk
61 Excel VBA Introduction Part 45 - Finding the Last Used Row, Column and Cell
62 Excel VBA Introduction Part 46 - Querying Web Pages using Query Tables
63 Excel VBA Introduction Part 47.1 - Browsing to Websites and Scraping a Web Page
64 Excel VBA Introduction Part 47.2 - Scraping Website Tables and Clicking Links
65 Excel VBA Introduction Part 47.3 - Internet Explorer vs XML HTTP Request
66 Excel VBA Introduction Part 47.4 - Logging in to a Website with Windows Security
67 Excel VBA Introduction Part 47.5 - Basic HTTP GET and POST Requests
68 Excel VBA Introduction Part 48 - Web Scraping Across Multiple Pages
69 Excel VBA Introduction Part 49 - Downloading Files from Websites
103 Excel VBA Introduction Part 57.1 - Getting Started with Selenium Basic and Google Chrome
104 Excel VBA Introduction Part 57.2 - Basic Web Scraping with Selenium and Google Chrome
105 Excel VBA Introduction Part 57.3 - Using Different Web Browsers with Selenium
106 Excel VBA Introduction Part 57.4 - Finding Web Elements in Selenium
107 Excel VBA Introduction Part 57.5 - Implicit and Explicit Waits in Selenium
108 Excel VBA Introduction Part 57.6 - Working with Multiple Tabs in Selenium
109 Excel VBA Introduction Part 57.7 - Using Select Drop Down Lists in Selenium
110 Excel VBA Introduction Part 57.8 - Printing in Google Chrome using Selenium
30 Excel VBA Introduction Part 27.1 - Creating Word Documents
31 Excel VBA Introduction Part 27.2 - Creating and Updating Linked Word Tables
Category Category Number Comparison
Addins Databases (SQL) 38 27%
Charts Web 16 11%
Charts Outlook 13 9%
Charts Core 9 6%
Charts Pivot Tables 8 6%
Charts Data Stuctures 7 5%
Charts Charts 6 4%
Core Strings 6 4%
Core Files 4 3%
Core Intro 4 3%
Core Shapes 3 2%
Core Databases 3 2%
Core Functions 3 2%
Core GUI 3 2%
Core I/O 3 2%
Core Object Model 3 2%
Data Stuctures OOP 3 2%
Data Stuctures Tricks 3 2%
Data Stuctures Word 2 1%
Data Stuctures Addins 1 1%
Data Stuctures Dates 1 1%
Data Stuctures Error Handling 1 1%
Data Stuctures Powepoint 1 1%
Databases Total 141
Databases
Databases
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Databases (SQL)
Dates
Error Handling
Files
Files
Files
Files
Functions
Functions
Functions
GUI
GUI
GUI
I/O
I/O
I/O
Intro
Intro
Intro
Intro
Object Model
Object Model
Object Model
OOP
OOP
OOP
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Outlook
Pivot Tables
Pivot Tables
Pivot Tables
Pivot Tables
Pivot Tables
Pivot Tables
Pivot Tables
Pivot Tables
Powepoint
Shapes
Shapes
Shapes
Strings
Strings
Strings
Strings
Strings
Strings
Tricks
Tricks
Tricks
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Web
Word
Word
a/a Title Category
22 Optimizing Excel VBA Code Coding
10 Excel VBA Basics Core
17 Excel VBA Regular Expressions Core
4 VBA For Loop - A Complete Guide Core
9 Excel VBA Arrays Data Structures
12 Excel VBA Collections Data Structures
14 Excel VBA Dictionary Data Structures
8 How to use ADO and VBA to Read from a Database Databases
7 How to use ADO and VBA to Read from Worksheets Databases
15 Excel VBA Error Handling Error Handling
20 How to Master VBA Errors Error Handling
16 Excel VBA Events GUI
2 How to Create a Data Entry Form in Excel GUI
24 VBA UserForms GUI
21 Office Scripts Officescripts
5 Why Office Scripts Won't Replace VBA Officescripts
11 Excel VBA Class Modules OOP
3 How to Replace VBA with Python(Step-By-Step Tutorial) Python
23 Python Python
6 Will Python Kill VBA in 2021? Python
18 Excel VBA String Functions Strings
1 5 VBA Hacks Everyone Should Know in 2021 Tricks
13 Excel VBA Copying and Filtering Data Tricks
19 Excel VBA Tips and Tricks Tricks

You might also like