
Master Excel VBA basics in a boot camp: data cleaning, including forward and backward fill, missing value handling, and building functions and subroutines; explore regression, Monte Carlo, and pivot tables.
Learn to create a hello world subroutine in VBA, display a message box, concatenate strings, and print from ranges or cells while distinguishing subroutines from functions.
Master for loops in VBA, defining i as integer and iterating from 1 to 5 with next i; use if-else inside to control output.
Explore VBA loops, compare for and while loops, practice with if statements, and track a, b, c values using message boxes to reveal final results.
Learn data cleaning techniques in excel and vba, including trimming spaces, extracting first and last names, forward and backward fill for missing data, and counting blanks to impute values.
Explore advanced Excel functions like Vlookup, Hlookup, and index match to pull data by geography and quarter, and build a regression model using array formulas, offset and indirect techniques.
Learn VBA error handling with on error resume next and on error goto exit. Implement graceful errors with logging and user choices to continue or stop.
Learn how to use Excel add-ins by loading an xla/xlsm add-in, enabling it via options, and accessing its functions from any workbook.
Master data wrangling in Excel and VBA, covering group by, pivoting, joints handling missing values, conditional joins, stacking data, and forward or backward fill using IFERROR, VLOOKUP, and HLOOKUP.
VBA Macros 101 Class Bootcamp for Begineers Analytics Course
This course is build up using experience and suggestions taken after tutoring and delivering classes in several New York, New York bootcamps and courses. Thanks to all the suggestion given my NYC, New York learners to enhance this course.
Course starts with excel, then move to loops, then 2d loops, then error handling, file imports, then multiple regression and simple monte carlo, then scraping.
Step by step this course explains how to start building sophisticated financial models capital investment and financing decisions. We start with Excel essentials and then move to Excel VBA (Visual Basic for Applications)programming. This Excel Macro Course assumes no previous knowledge of Macros. This basic VBA class, that will help you apply skills to build quantitative models in excel.
Four projects for the course: Multiple Linear Regression Logistic Regression Monte Carlo Simulation (AR1) Scraping data from Yahoo Finance We will cover: Macros / VBA What are Macros? What is VBA? How to record macros How to run macros VBA Editor Modules Procedures Project Explorer Toolbars / Options Creating / Editing Code Create Procedures Subs Comments Invoking Macros Hot Keys Quick Access Toolbar Call Command Compiling Code Stepping through code Reset Run Variables Declarations Option Explicit Data Types Working with The Object Model Ranges: Rows, Columns, Cells Naming conventions Navigation / Selection Techniques Offsets Range Names Logic Statements IF Statements Looping Statements Error Handlers, Preventing fatal errors and crashes