Excel VBA Programming - The Complete Guide

Excel VBA Programming - The Complete Guide

第 1 季
This course is designed for anyone who is looking to automate tasks and procedures in Excel using VBA. With the help of interesting examples and activities, you'll grasp VBA programming fundamentals and learn how to efficiently use objects, properties, and procedures to automate the Microsoft excel workflow.
201917 集全部
可供购买

剧集

  1. 第 1 季第 1 集 - Getting Started

    2019年8月22日
    1 小时 13 分钟
    全部
    This episode introduces you to the course and Excel VBA programming. You'll then explore the developer tab, different Excel files, macro security, and visual basic editor interface. You'll also distinguish between absolute and relative references.
    可供购买
  2. 第 1 季第 2 集 - The Fundamentals of the Excel Object Method

    2019年8月22日
    52 分钟
    全部
    In this episode, you'll discover the role of object-oriented programming in Excel VBA.
    可供购买
  3. 第 1 季第 3 集 - The Visual Basic Editor

    2019年8月22日
    50 分钟
    全部
    In this episode, you'll go through the features of visual basic editor and learn how to create and delete a procedure.
    可供购买
  4. 第 1 季第 4 集 - Objects and Methods

    2019年8月22日
    38 分钟
    全部
    This episode will show you how to invoke methods with and without arguments and with multiple arguments. In addition to this, you'll use an object browser to access online documentation and learn different ways to invoke a procedure.
    可供购买
  5. 第 1 季第 5 集 - Variables and Data Types

    2019年8月22日
    1 小时 20 分钟
    全部
    The episode starts with syntax tips that'll help you to write clean VBA code. You'll then become familiar with variable declarations and get to grips with different data types and mathematical operations.
    可供购买
  6. 第 1 季第 6 集 - Procedures

    2019年8月22日
    47 分钟
    全部
    In this episode, you'll explore different types of variable and procedure scope and learn how to call a procedure from another procedure. You'll also handle and terminate a procedure and learn how to replace variables with constants.
    可供购买
  7. 第 1 季第 7 集 - Object Deep Dive

    2019年8月22日
    1 小时 7 分钟
    全部
    This video will help you to understand the Excel object hierarchy in detail and you'll learn how to effectively use different workbook properties and methods such as add, close, move, and delete.
    可供购买
  8. 第 1 季第 8 集 - Range References

    2019年8月22日
    1 小时 26 分钟
    全部
    In this episode, you'll deep dive into the concepts of Range. You'll explore the value and text properties on the Range object and get to grips with different Range properties such as offset, resize, cells, row, and column. You'll also find out the role of R1C1 notation in VBA.
    可供购买
  9. 第 1 季第 9 集 - Range Actions

    2019年8月22日
    1 小时 22 分钟
    全部
    This episode will make you familiar with different types of methods and properties such as fill down, replace, text to columns, sort, interior, and autofit.
    可供购买
  10. 第 1 季第 10 集 - Conditionals

    2019年8月22日
    46 分钟
    全部
    In this episode, you'll become well-versed with conditional statements of Excel VBA such as Boolean expressions, if then statements, elseif and else statements, select cases, AND & OR logical operators, and the Not operator.
    可供购买
  11. 第 1 季第 11 集 - Iteration

    2019年8月22日
    1 小时 6 分钟
    全部
    In this episode, you'll find out how to use for loop and the step keyword to iterate a certain block of instructions a given number of times. You'll also learn how to use the With-End With construct to overwrite multiple properties on an object. This episode also teaches you how to terminate a for loop.
    可供购买
  12. 第 1 季第 12 集 - Miscellaneous Features

    2019年8月22日
    49 分钟
    全部
    In this episode, you'll get a solid understanding of the MsgBox method.
    可供购买
  13. 第 1 季第 13 集 - Arrays

    2019年8月22日
    42 分钟
    全部
    In this episode, you'll explore arrays and their different syntaxes such as lower bound and upper bound. You'll also learn how to initialize arrays within a for loop.
    可供购买
  14. 第 1 季第 14 集 - Functions

    2019年8月22日
    1 小时
    全部
    In this episode, you'll deep dive into the VBA functions.
    可供购买
  15. 第 1 季第 15 集 - Debugging

    2019年8月22日
    42 分钟
    全部
    In this episode, you'll find out some common errors that occur in VBA code and how to catch them using the techniques of error handling.
    可供购买
  16. 第 1 季第 16 集 - Events

    2019年8月22日
    47 分钟
    全部
    This episode shows you how to handle different events that trigger VBA procedures.
    可供购买
  17. 第 1 季第 17 集 - User Forms

    2019年8月22日
    1 小时 48 分钟
    全部
    In this episode, you'll learn how to create a user form and configure it with labels, text boxes, buttons, and more.
    可供购买