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 Mindfulness Personal Development Personal Transformation Meditation 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 Google Analytics
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

Introduction to Microsoft Excel VBA

Learn Microsoft Excel VBA Fundamentals (Excel 2010, 2013, 2016)
Rating: 4.6 out of 54.6 (1,119 ratings)
24,622 students
Created by Kyle Pew
Last updated 11/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Fundamental Building Blocks of Using Excel VBA to Automate Routine Tasks
  • How to Implement Excel VBA into an Excel Workbook
  • Become Familiar with Common Excel VBA Programming Syntax
  • Work with VBA Variables, Conditional Statements, and Loops
  • Learn the Differences Between Absolute and Relative References to Create Dynamic Code
  • Debug Code Effectively
  • Interact with and Receive Input from Users
  • Learn Microsoft Excels VBA Object Structure

Requirements

  • Microsoft Excel Installed
  • No Prior VBA Programming Experience Needed
  • Knowledge of working with Microsoft Excel Worksheets

Description

Microsoft Excel VBA (Visual Basic for Applications) provides Excel users with the ability to automate any Excel task. Excel Tasks that would normally take an extensive amount of work and time to complete can ultimately be automated and completed in a single click of a button. All that's needed to automate your experience is a little Excel VBA knowledge.

Maybe you've heard of Excel Macros and VBA. Or, maybe you've even attempted to create your own. Jumping into VBA can be a bit daunting and overwhelming. I've been teaching Excel for 15+ years and have had loads of questions from those that have taken the dive into learning Excel VBA. Where should I start? What do I need to know? What's a variable? Enroll in this course and I'll share the knowledge and experience I've gained working with Excel VBA.

WHAT YOU'LL LEARN

  • Fundamentals of Excel VBA
  • Proper Syntax Writing VBA Code
  • Excel Object Structure to Effectively Communicate with Excel
  • Working with the Most Common VBA Objects in Excel
  • Automate Routine Microsoft Excel Tasks
  • And More....

EXERCISE FILES AND QA

As you go through the video lectures you can download the exercise files, found within each section. Use the exercise files to practice the concepts you will be learning.

The course contains a QA section where you can interact with me and ask any questions as you develop your VBA skills.

ENROLL NOW

As you participate in this introductory Excel VBA course you will build the knowledge and confidence to automate your experience in Excel, saving you time and money.

Who this course is for:

  • Students New to Excel VBA
  • Students Looking to Expand their Microsoft Excel Knowledge

Featured review

Celia Price
Celia Price
24 courses
8 reviews
Rating: 5.0 out of 5a year ago
I am learning what I need to know and learning quickly. The material is interesting, engaging, and the instructor's presentation is clear and organized. All this makes the learning experience effective and fun.

Course content

10 sections • 54 lectures • 4h 16m total length

  • Preview01:59
  • Preview01:08

  • Preview02:36
  • Preview07:14
  • Preview05:19
  • Intro to the VBA Window
    05:20
  • Using the Excel VBA Immediate Window to Reference Object
    07:45
  • Shorthand Object References
    04:08
  • Introduction to Properties and Methods of Excel Objects
    08:37
  • Excel VBA 101 Reference Sheet
    01:26

  • How to Reference an Excel Worksheet
    06:08
  • Working with the Select Method
    02:58
  • Changing the Name of a Worksheet
    05:23
  • Getting the Number of Worksheets Using the Count Property
    04:50
  • Creating New Worksheets Using the Add Method
    05:03
  • Printing Worksheets Using the PrintPreview Method
    03:29
  • Deleting Worksheets in VBA
    02:31
  • Excel's Worksheets Object Reference Sheet
    00:32

  • How to Reference a Range
    03:57
  • Selecting a Range with an Absolute Reference
    03:51
  • Changing the Value of a Cell Using the Value Property
    03:18
  • Using the Copy and Paste Methods
    04:32
  • Reference a Cell on Another Worksheet
    02:56
  • Excel's Range Object Reference Sheet
    00:25

  • Understanding the Difference between Absolute and Relative References
    08:40
  • Using the ActiveSheet Object
    04:03
  • Using the ActiveCell Object
    03:59
  • Selecting an Unknown Range Using the CurrentRegion Property
    05:43
  • Using the Offset() Command to Select a Range
    07:34

  • What is a Module?
    04:06
  • Creating a Sub Procedure
    06:21
  • Adding Code to the Procedure
    06:00
  • Running a Sub Procedure
    02:53
  • Creating a Button to Run a Sub Procedure
    03:40
  • Calling a Procedure from another Procedure
    06:13
  • Adding Comments to VBA Code
    02:56
  • Saving an Excel File that contains VBA Code
    02:59

  • Understanding the Purpose of a Variable
    03:20
  • Declaring Variables in VBA
    08:55
  • Giving Variables a Value
    09:28
  • Common Variable Types
    06:05
  • Using a String Variable
    03:48
  • Using an Integer Variable
    04:43
  • Using a Boolean Variable
    04:01

  • Introducing Logic into a Procedure Using the IF Statement
    08:11
  • Using the ElseIf and Else Statements
    04:56
  • Understanding the Purpose of a Loop
    03:11
  • VBA Do While Loop
    07:42
  • VBA For Each... Next Loop
    07:02

  • Displaying a Prompt Using the MsgBox Function
    05:10
  • Adding Buttons to the MsgBox
    06:52
  • How to Handle Button Presses
    04:03
  • Receive User Input Using an InputBox Method
    07:04

  • You've Completed the Course
    01:37

Instructor

Kyle Pew
Microsoft Certified Trainer
Kyle Pew
  • 4.6 Instructor Rating
  • 255,776 Reviews
  • 825,522 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
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.