Microsoft Excel 365: Part 4 – VBA (eLearning) Course

Course Overview

This is a Microsoft Excel 365: Part 4 – VBA eLearning Course.

Microsoft Excel is one of the major workhorses in the Microsoft Office suite of applications and arguably the most widely-used Office product. This course will teach students proper Visual Basic programming techniques along with an understanding of Excel’s object structure. Students will learn how to work with variables, how to use various conditional logic statements such as If and Else, and how to work with string functions. Students will also learn how to work with various loops such as next loops and each loops, as well as how to create user forms. Finally, students will get an in-depth understanding of the debugging tools available and how to effectively debug their code.

Course Topics

Excel 365: VBA – 5:05 hours

Microsoft Excel is one of the major workhorses in the Microsoft Office suite of applications and arguably the most widely-used Office product. This course will teach students proper Visual Basic programming techniques along with an understanding of Excel’s object structure. Students will learn how to work with variables, how to use various conditional logic statements such as If and Else, and how to work with string functions. Students will also learn how to work with various loops such as next loops and each loops, as well as how to create user forms. Finally, students will get an in-depth understanding of the debugging tools available and how to effectively debug their code.

Course Objectives:
• Getting Started with VBA
• Working with Variables
• Working with Strings and String Functions
• Working with Loops
• Working with Sub Procedures Options and Functions
• Working with User Forms
• Debugging your Code