Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Excel VBA Basic to Advance Part3 ( 12 hours )
Rating: 4.3 out of 5(5 ratings)
91 students

Excel VBA Basic to Advance Part3 ( 12 hours )

In-depth study of VBA Charts,VBA Pivots and Powerpoint Application Connectivity ,Database Connectivity -Advance Level
Created byajay parmar
Last updated 8/2024
English

What you'll learn

  • You will be able to learn how to create Charts using VBA
  • You will under Charts classes to work with existing and new Charts
  • How to work with more than 1 chart and create multiple charts and how to access charts across sheets or few ones
  • We are learning how to work with Pivots using VBA. How to automate your pivot reports
  • Everything that exists in VBA about Pivots is discussed in this series from working with existing pivots to creating fresh new pivots
  • Collection loops used in Pivots are explained
  • How to connect database with VBA using SQL command . Del, modify , change and insert , retrieving the information is so easy.

Course content

4 sections34 lectures11h 48m total length
  • What are you going to learn?4:37
  • Introduction to Charts - How to Create21:35

    Master automating charts in Excel with VBA by recording creation, naming charts, setting data sources, and positioning chart objects through macros.

  • Errors Solutions in VBA - Charts are easy if you understand fundamentals6:34
  • How to Create multiple Charts17:24
  • Alignment in Charts - Resizing and dimensioning14:29
  • Collection Loop role in Charts15:34

Requirements

  • You should already know how to create Charts and Pivots in Excel. This is a VBA Course so here we not learning what are charts and pivots.
  • We are learning how to automate them using VBA

Description

  • In first Section, we are learning about Chart automation. How to create new charts iusing VBA. We can fully automate the making of charts using VBA.

  • Learn the Chart class called Chart and see how easy it is to create the new charts.

  • The role of macro recordings plays a very important role here as most of the code we can record and later customize as per  the requirement.

  • How to work with existing charts in excel. How to go to each of them one by one and do modifications. Any type of modification like changing chart design or editing labels or chart titles etc

  • Understand the Loops importance in charts. You can loop through infinite charts using one simple collection loop.

  • Collection loops of charts - to work with multiple charts either to delete them or to edit their design, colors. You can do whatever. Even change the axis's.

  • Use of other Collection loops with chart collection loops. Loops in Loops


  • In section2, you  will become master in Pivots. From making new pivots to working in existing pivots and modifying them

  • Collection loops in PIvots - how to access pivots . How to loop pivot field items and fully control it.

  • We will learn the classes we use in Pivots to handle new pivots or existing pivots like Pivot-table and Pivot cache classes.

  • We will take a deep dive into knowing other classes as well which helps us in controlling the pivot fields and field items like pivot item class and pivot-Field class.

  • How to mix worksheet collection loops with pivot collection loops in real time projects and what are the benefits of same

  • What is the role of macro recording in making pivots and how to edit those recording if requirement changes.

  • How to work with row or column of filter pivot fields. Line by line explanation.


  • In Section3 , we are learning how to connect Powerpoint with Excel VBA.

  • Discussing about the connectivity of Excel with PowerPoint in this advance series using Excel VBA.

  • How to copy  table data from excel and paste into PowerPoint application slides.

  • How to export charts from excel sheets to PowerPoint and paste them in one slide or more slides one by one.

  • Taking a deep dive into power-point classes like Presentation class, Slide class and shapes class. Understanding the power-point object hierarchy.

  • How every class is responsible for other class using the dot hierarchy.

  • How to work with already created PowerPoint applications and also how to create new PowerPoint applications and work with them.

  • How to resize the charts or tables images in slides and move them to the top or left or right of the slides.

  • Control which chart should go in PowerPoint using the excel sheet cells.

  • How to loop through all sides and decide which one to be deleted or used for data presentation.

  • Collection loops for slides as well as shapes. This is amazing source of learning.

  • Real time projects discussion with you to give you live exposure of working with Power-point.

  • Understanding the concept of Early Binding and Late Binding methods or techniques

  • Several highly advance level Projects for you - Fully automated and very very knowledgeable practical projects.


  • In Section4 , we are learning how to connect with databases like ms access using SQL commands in Excel VBA.

  • How to retrieve information from a database using SQL in vba

  • How to delete/ update and insert the information in database like  ms access using VBA and also using Userforms






Who this course is for:

  • Data Analysts or Data scientist who work on excel and want to produce pivot and charts in one click