Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Office Productivity Microsoft Excel VBA

Master Microsoft Excel Macros and Excel VBA

Project Based Course on Excel VBA (Visual Basic for Applications) and Excel Macros
Bestseller
Rating: 4.5 out of 54.5 (10,984 ratings)
44,981 students
Created by Kyle Pew
Last updated 2/2018
English
English [Auto], French [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Learn how to automate daily routine tasks within Excel
  • Learn best practices when creating macros and streamline your VBA code
  • Determine when it's best to use the Macro Recorder versus VBA
  • Learn how to write custom VBA Macros to create more robust automation
  • Learn VBA programming concepts to create dynamic, re-usable code
  • Complete real world Macro/VBA projects from beginning to end
Curated for the Udemy for Business collection

Requirements

  • In order to complete the projects detailed in this course, you will need Microsoft Excel loaded on you computer. Any version of Excel will work.
  • Videos have been recorded using Excel 2013, but Excel 2007, 2010 , 2013 or 2016 will work in order to follow along.

Description

Course Material Works in Microsoft Excel 2007, 2010, 2013 and 2016

Join me in this course and take control of Microsoft Excel and master the process of automating routine tasks through the use of Excel Macros and Excel VBA.

During this course you will build a foundation of working with Excel Macros and VBA. This foundation will be built as you engage and participate in project based Excel Macro/VBA exercises, detailed throughout the lectures within this course. Each of the projects will build upon one another, introducing a new concept each time, starting with the basic building blocks of automating any task within Excel and ending with a fully customized Excel VBA project that will automate a series of Excel tasks.

As you engage and participate in this course, you will be introduced to the wonders of creating simple Macros through the Macro Recorder and then quickly take you into the world of Excel VBA where you will experience building a more dynamic, robust experience for yourself and your peers.

Each project contains exercise files that you can download and use to complete the assigned Excel Macro/VBA projects. The course also contains detailed instructions through the video lectures as well as a series of PDF documents that you can reference as you complete the projects.

Below are a few samples of the projects you will complete by enrolling and participating in this course.

  • Automate placing and formatting a title on a worksheet
  • Interact with the users of your Macros through Input and Message boxes in order to receive input on how a Macros should work
  • Cleaning up multiple Excel Worksheets and prepare the data to be reported on
  • Create a report based on multiple sets of data found within multiple Excel Worksheets, copying data from one Worksheet into the Master Report Worksheet
  • Automate the creation of Excel Formulas to SUM data up in your Report
  • Working with Excel VBA User Forms
  • Importing Data from External Text Files

Each of these projects will direct you through key Excel VBA programming concepts and direct you to identify and use best practices in creating Excel Macros.

So, don’t lose another moment performing Excel tasks manually. Enroll now and learn how you can get Microsoft Excel to your work for you.

Who this course is for:

  • This Excel Macro/VBA course is meant for those that use Microsoft Excel and are looking to become more efficient by automating their daily Excel tasks. No prior programming experience is required.

Featured review

Thandekile Kamushinda
Thandekile Kamushinda
12 courses
11 reviews
Rating: 5.0 out of 510 months ago
I got a lot of insight from this course. I'm surely a master in Excel Macros and Excel VBA. Thank you Udemy for such enriching courses. This is my second course with Udemy and I have other three lined up which I have paid for already. I wish I had discovered you earlier.

Course content

10 sections • 64 lectures • 5h 25m total length

  • Preview05:50
  • Preview05:15

  • Preview02:01
  • Project #1 - Start Recording!
    07:40
  • Running A Macro
    02:43
  • Project #1 - Running a Macro with a Button
    03:35
  • Project #1 - Opps! I Need to Edit My Macro
    04:27
  • Saving an Excel File that contains Macros
    02:24
  • Practical Uses of Excel Macros
    02:16
  • Project #1 - Quiz - Test Your Knowledge on Using the Macro Recorder
    4 questions
  • Project #1 - Exercise - Try it Yourself and Practice
    6 pages

  • Excel VBA Concepts
    03:32
  • The Visual Basic Editor
    03:25
  • Excel VBA Modules
    02:01
  • Creating Excel VBA Procedures
    08:17
  • Adding Code to a VBA Procedure
    04:04
  • Understanding Excel VBA Variables
    07:01
  • Building Logic with an IF Statement
    06:18
  • Working Excel VBA Loops to repeat blocks of code
    09:42
  • VBA Concepts - Quiz - Test Your Knowledge on VBA Programming Concepts
    4 questions

  • Preview02:56
  • Project #2 - Breaking Down the VBA Code
    03:34
  • Project #2 - Prompting the User for Information
    06:54
  • Continue Excel VBA InputBox
    07:20
  • Project #2: Building Logic in Your Macros
    04:31
  • Project #2 - Alerting the User of Errors
    10:29
  • Other Practical Uses of Message Boxes and Input Boxes
    03:17
  • Project #2 - Quiz - Test Your Knowledge on Editing Your Macros
    3 questions
  • Project #2 - Exercise - Try it Yourself and Practice
    6 pages

  • Preview03:06
  • Project #3: Preparing to use the Macro Recorder
    02:54
  • Project #3 - Inserting the Headers
    03:26
  • Project #3 - Formatting the Headers
    02:21
  • Project #3 - Putting it all Together with alittle VBA Magic
    10:47
  • Project #3 - Running the Loop
    02:54
  • Project #3 - Quiz - Test Your Knowledge on VBA
    3 questions
  • Project #3 - Exercise - Try it Yourself and Practice
    6 pages

  • Preview02:10
  • Project #4: Automate the SUM Function through Code
    08:01
  • Project #4 - Continue Automate SUM Function
    06:28
  • Project #4 - Test the SUM Function
    03:45
  • Project #4: Loop the SUM Function over Multiple Worksheets
    06:17
  • Project #4 - Quiz - Test Your Knowledge Automating a Function with VBA
    3 questions
  • Project #4 - Exercise - Try it Yourself and Practice
    5 pages

  • Preview02:59
  • Project 5: Creating the Final Report Loop
    07:45
  • Project #5 - Copying and Pasting Data with VBA
    09:26
  • Project #5 - Running the Final Report Procedure
    03:14
  • Project #5 - Quiz - Test Your Knowledge of Creating the Final Report
    3 questions
  • Project #5 - Exercise - Try it Yourself and Practice
    5 pages

  • Preview03:01
  • Project #6: Creating an Excel VBA Form
    05:05
  • Project #6: Adding Controls to the Form
    04:01
  • Project #6: Adding VBA Code to the Initialize Event of the Form
    08:49
  • Project 6: Adding VBA Code to the ComboBox Change Event
    04:32
  • Project #6: Adding VBA Code to the Add Worksheet Button Click Event
    03:28
  • Project #6 - Change Worksheet Name
    03:58
  • Project #6: Adding VBA Code to the Create Report Button Click Event
    08:52
  • Project #6: Showing the Form
    04:02
  • Project #6 - Quiz - Test Your Knowledge on Creating Excel VBA Forms
    3 questions
  • Project #6 - Exercise - Try it Yourself and Practice
    6 pages
  • Preview02:42

  • Project #7: Opening a Text File for Import
    06:45
  • Project #7: Get Data from Text File
    05:30
  • Project #7: Importing Multiple Text Files with the GetOpenFilename Method
    09:32
  • Project #7: Creating a Loop to Read Each File
    07:26
  • Project #7: Adding a New Sheet for Imported Data
    02:36
  • Project #7: Clear the Clipboard
    03:38
  • Project #7: Working with the ScreenUpdating Property
    03:16
  • Project #7: Creating Reusable Code with a VBA Function
    07:44

  • Congratulations! You're an Excel Macro/VBA Master
    01:02

Instructor

Kyle Pew
Microsoft Certified Trainer
Kyle Pew
  • 4.6 Instructor Rating
  • 254,628 Reviews
  • 822,341 Students
  • 19 Courses

Qualifications:

Kyle is a Microsoft Certified Trainer (MCT) and a certified Microsoft Office Master Instructor and has been teaching and consulting for the past 10+ years on various computer applications, including;

Microsoft Office Suite 1997, 2000, XP, 2003, 2007, 2010, 2013Excel, Word, PowerPoint, Outlook, Access and Visio

SharePoint End-User 2007, 2010, 2013

VBA (Excel and Access)

Adobe SuitePhotoshop, Illustrator, InDesign

Maya (Modeling and Animation)

Unity3d (Game Design)

HTML, CSS and JavaScript

Crystal Reports

Kyle is a graduate of the San Francisco Art Institute in the Media Arts and Animation Program. He has worked as a Game Designer for Electronic Arts, designing on games such as Nerf N-Strike, Nerf N-Strike Elite, both for the Wii, and a Sims 3 Expansion Pack for the PC.

Kyle has facilitated courses that range from 1-on-1 interactions to large scale groups of 100+ participants, including; live in person classes, webinar style classes online and live online full courses. He is consistently ranked top in reviews for each of the courses he teaches.

Some of the clients Kyle has provided training for include:

Brocade

Chevron

Genentech

Facebook

Levi Strauss

PMI Mortgage Insurance

State Fund

Bank of the West

VISA

Walmart

and many more...


What Students have said about Kyle:

"Kyle was off the chart "GOOD""

"ONE OF THE BEST COURSES THAT I'VE HAD... (IN 12+ YEARS)."

"Awesome trainer because I'm computer "stupid" and he helped me understand it."

"Kyle Pew is very knowledgeable and presented information with exceptional skill."


In his 10+ years of training (corporate training, 1-on-1 consulting and college courses), Kyle has taught 1000's of courses and 10's of thousands of students all the while maintaining a high level of delivery and satisfaction from the student he has taught.

Teaching Philosophy:

Kyle believes that student’s best learn through the application of real-life business situations through exercises. Allowing students to guide the class with their specific situations allows for the quickest and easiest adaptation to new technology and skills.

In His Spare Time:

Kyle enjoys spending time with his family (6 children). When he’s not busy entertaining his kids, you will find him cheering on his favorite hockey team, the San Jose Sharks, this is their year!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.