Get in Touch

Course Outline

Macros

  • Recording and editing macros
  • Where to store macros
  • Assigning macros to forms, toolbars, and keyboard shortcuts

VBA Environment

  • Visual Basic Editor and its options
  • Keyboard shortcuts
  • Optimizing the environment

Introduction to Procedural Programming

  • Procedures: Function, Sub
  • Data types
  • Conditional statements: If...Then...ElseIf...Else...End If
  • Select Case statement
  • Loops: While, Until
  • For...Next loop
  • Instructions to break a loop (Exit)

Strings

  • Combining strings (concatenation)
  • Conversion to other types - implicit and explicit
  • String manipulation features

Visual Basic

  • Downloading and uploading data to a spreadsheet (Cells, Range)
  • Downloading and uploading data to the user (InputBox, MsgBox)
  • Variable declaration
  • Variable scope and lifetime
  • Operators and their priorities
  • Module options
  • Creating custom functions and using them in sheets
  • Objects, classes, methods, and properties
  • Code security
  • Security against code tampering and preview

Debugging

  • Step-by-step processing
  • Locals window
  • Immediate window
  • Breakpoints - Watches
  • Call Stack

Error Handling

  • Types of errors and how to avoid them
  • Capturing and handling runtime errors
  • Structures: On Error Resume Next, On Error GoTo label, On Error GoTo 0

Excel Object Model

  • The Application object
  • Workbook object and the Workbooks collection
  • Worksheet object and the Worksheets collection
  • Objects: ThisWorkbook, ActiveWorkbook, ActiveCell, etc.
  • Object selection
  • Range collection
  • Cells object
  • Displaying data on the status bar
  • Optimization using ScreenUpdating
  • Time measurement using the Timer method

Using External Data Sources

  • Using the ADO library
  • References to external data sources
  • ADO objects:
    • Connection
    • Command
    • Recordset
  • Connection strings
  • Creating connections to various databases: Microsoft Access, Oracle, MySQL

Reporting

  • Introduction to the SQL language: the basic structure of SQL (SELECT, UPDATE, INSERT INTO, DELETE) Calling a Microsoft Access query from Excel Forms to support database usage

Requirements

  • Basic working knowledge of Excel features such as worksheets, formulas, tables, and data sorting or filtering
  • Experience preparing, updating, or reviewing reports in Microsoft Excel
  • No prior programming experience required

Audience

  • Analysts seeking to automate repetitive Excel tasks
  • Business professionals who handle data and reports in Excel
  • Team members looking to build simple macros and practical VBA solutions for daily workflows
 21 Hours

Testimonials (7)

Related Categories