
MODULE 1- BASIC & ADVANCE EXCEL
Advanced Dashboard.
MODULE – 2 VBA-MACROS & DASHBOARD
What is Excel ?
Dashboards are Often Called as Management Information System (MIS), Which Provides Information that Organizations Require to Manage Themselves Efficiently and Effectively.
To Define KPIs (Key performance Indicator), Customer Service Dashboards or Project Management Dashboard (Gantt Chart)
Dashboard Reports Based on Tables and Number or Charts/Graphs or Both.
Overview Of Commanding Excel Using VBA Including A Discussion Of Objects, Properties And Methods The Power of Macros – What, When, How to use Macros. Introduction to Object Oriented Programming Objects, Its Functions, Methods and Properties Introduction to Events
Details of Events, How & When to use of Events, Preparing to ‘Macro’ Visual Basic Editor (VBE) – Developer Tab, Security Introduction to the VBE, Properties window, Project Explorer, Password Protection of Code How to use the VBE – Features, Options, Intelligence Technology
Debugging Mode, Bookmarks, Breakpoints, Watch Window, Immediate Window and Locals Window Inbuilt VBE Help Feature – Tips and Tricks
Form Controls vs. ActiveX Controls Getting into the Code
Message Box and Input Box Working with Data in Excel through VBA
Data Types, Constants and Variables
Different type of data type; How and When to use Variables to Store Information.
For-Next, For-Each, Do-While, Do until, Do Loop Decision-Making and Code Branching If-Then-Else, Select-Case, And/or Nested Conditions
What is user’s Defined Functions? How to create & use them.
Use of Arrays in VBA programming with one dimensional, two dimensional or multi-dimensional analysis
How to Access The Windows File And Folder System To Open And Close Workbooks
How to Protect Your Code Against Error
How to Use Excel And VBA To Create Basic Dash Boards
How to Create Your Own Custom Business Worksheet Functions In VBA
How to Create Basic Report Generation Tools Using Excel VBA, Microsoft Word And PowerPoint
How to Use The Excel Visual Basic Macro Recorder To Record Excel Tasks In VBA And Then Interpret The Code
How to create dynamic dashboard on user form with different controls
How to link various user form with each other to create a complete interface between user and system
How to Establish Connection Between Excel VBA and power presentation to create power point through VBA
How to Establish Connection Between Excel VBA and Access database to update the data in access through VBA
How to Establish Connection Between Excel VBA and outlooks through VBA
How to Establish Connection Between Excel VBA and MS Word through VBA
MODULE 3 – MS ACCESS & SQL
Installing the test environment
What is SQL?
Editors and Platforms to learn SQL
Finding the type of a value
Integer division and remainders
Rounding numbers
How to schedule job
Create Trigger for (Insert, Update, Delete)
Alter Trigger
SQL syntax overview
Data Definition, Data Manipulation, Data Control, Transactional Control statements
Creating tables
Deleting a table
Inserting rows into a table
Deleting rows from a table
What is NULL?
Controlling column behaviours with constraints
Changing a schema with ALTER
Filtering data with WHERE, LIKE, and IN
Removing duplicates with SELECT DISTINCT
Sorting with ORDER BY
Using the basic SELECT statement
Selecting Rows
Selecting columns
Counting rows
Inserting data
Updating data
Deleting data
Import and Export data
Accessing related tables with JOIN
Multiple related tables
Finding the length of a string
Selecting part of a string
Removing spaces with TRIM
Making strings uppercase and lowercase
The GROUP BY and HAVING clauses Grouping in a combination with joining
Searching within a result set
Creating a view
Creating a joined view
Restore Database
Database terminology and concept
Designing database in Access
Understanding RDBMS
Working with the Design side of Tables
Create Query
Join Tables That Have No Common Fields
Work with Subdatasheets
Create Sub queries
Working with the runtime of Tables
Data Migration and Importing
Working with the Design side of Queries
Working with the runtime of Queries