Hi, what do you want to do?
Curated Video
Excel VBA Programming The Complete Guide - Procedures with Boolean Arguments + The Workbook_BeforePrint Event
Some event procedures feature a Cancel Boolean argument that can cancel a specific operation by being set to True in the body of the procedure. In this lesson, we try this out with the BeforePrint event procedure.
r/>
This clip...
r/>
This clip...
Curated Video
Excel VBA Programming The Complete Guide - The Workbook_Open Event
The Workbook_Open event is triggered when a workbook is opened -- it can be an effective way to welcome a user or run a procedure. In this lesson, we utilize this feature in a new event procedure.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - Date and Time Functions
In this lesson, we explore the Date, Time and Now functions for retrieving the current date and/or time as well as the DateSerial function for generating a specific date in time.
r/>
This clip is from the chapter "Functions" of...
r/>
This clip is from the chapter "Functions" of...
Curated Video
Excel VBA Programming The Complete Guide - The Is Family of Functions
VBA package several functions to determine if a value is of a certain data type. In this lesson, we explore the IsNumeric, IsDate, IsEmpty, and IsError functions and use them to populate a table on our spreadsheet.
r/>
This...
r/>
This...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part II
Continuing where we left off in the previous lesson, we wire up the buttons in a sample MsgBox to follow different branches of logic in our VBA code using the If conditional.
r/>
This clip is from the chapter "Miscellaneous...
r/>
This clip is from the chapter "Miscellaneous...
Curated Video
Excel VBA Programming The Complete Guide - The Step Keyword
The Step keyword can iterate with a different increment or decrement after each cycle of the loop. In this lesson, we experiment with a syntax and write a procedure that colors every second row yellow.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The If Then Statement
The conditional If statement is the heart of programming. It allows our macro to have multiple branches --- different pathways to take depending on a given condition. In this lesson, we explore the technical syntax for implementing an...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Resize Property
The Range.Resize changes the size of a range based on the location of a single cell. It can be used to dynamically increase the size of a cell range in the vertical direction, horizontal direction, or both.
r/>
This clip is...
r/>
This clip is...
Curated Video
Excel VBA Programming The Complete Guide - Default Values for Declared Variables
In this lesson, we take a look at the default values for the String, Long, Double and Boolean data types.
r/>
This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete...
r/>
This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Financial Functions and Terminology
The aim of this video is to explore financial functions and terminology.
r/>
This clip is from the chapter "Excel 2019 Advanced: Financial Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this...
r/>
This clip is from the chapter "Excel 2019 Advanced: Financial Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Opening a File
Let's open a file.<br/<br/>>
This clip is from the chapter "Excel 2019 Beginner: Navigating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to navigate a workbook in Excel.
This clip is from the chapter "Excel 2019 Beginner: Navigating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to navigate a workbook in Excel.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Relative References
Learn about the relative references.
r/>
This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a...
r/>
This clip is from the chapter "Excel 2019 Beginner: Creating Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to create a...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Customizing Ribbons and Tabs
The aim of this video is to explore how to customize ribbons and tabs
r/>
This clip is from the chapter "Excel 2019 Beginners: Additional Excel Features" of the series "The Complete Excel Guide: Beginners to Advanced".In this...
r/>
This clip is from the chapter "Excel 2019 Beginners: Additional Excel Features" of the series "The Complete Excel Guide: Beginners to Advanced".In this...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Consolidating Data
The aim of this video is to explore how to consolidate data.
r/>
This clip is from the chapter "Excel 2019 Beginners: Linking Files" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn...
r/>
This clip is from the chapter "Excel 2019 Beginners: Linking Files" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Testing Excel Integration with REST Assured
This video explains how to test the integration of Excel with REST Assured.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Introduction to Library API - Excel Integration with REST Assured Test
This video presents an introduction to Library API.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains...
Curated Video
Learning Microsoft Power BI - Slicers and Filter Settings
In this video, we will see in what ways slicers can allow users to interact with reports.
• Learn the various slicer types in Power BI based on data
type
• Learn about drop-down sl
icer types
• Create the slicers...
• Learn the various slicer types in Power BI based on data
type
• Learn about drop-down sl
icer types
• Create the slicers...
Curated Video
Learning Microsoft Power BI - Merging Tables with Power Query
In this video, we will learn merging tables.
• Understand why we have to merge t
ables
• Understand what it means to me
rge tables
• Combine data from multiple tables into
a
single table
This clip is from...
• Understand why we have to merge t
ables
• Understand what it means to me
rge tables
• Combine data from multiple tables into
a
single table
This clip is from...
Curated Video
Learning Microsoft Power BI - Common Data Transformations with Power Query
In this video, we will cover the three most common transformations you will apply to any table.
• Open up the query editor to look at the seven queries that can be e
dited
• Apply the different steps to the DIMPro
duct...
• Open up the query editor to look at the seven queries that can be e
dited
• Apply the different steps to the DIMPro
duct...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Get and Transform
The aim of this video is to explore get and transform.
r/>
This clip is from the chapter "Excel 2019 Advanced: Connecting to External Data" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll...
r/>
This clip is from the chapter "Excel 2019 Advanced: Connecting to External Data" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll...
Curated Video
The Complete Excel Guide: Beginners to Advanced - PivotTables
The aim of this video is to explore PivotTables.
r/>
This clip is from the chapter "Excel 2019 Beginners: PivotTables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we’ll understand and...
r/>
This clip is from the chapter "Excel 2019 Beginners: PivotTables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we’ll understand and...
Curated Video
Sorting Dates Chronologically in Microsoft Excel
In this tutorial, the teacher demonstrates how to sort a table of people's names and dates of birth chronologically in Microsoft Excel. The instructor explains the process of formatting the date cells, selecting the column to be sorted,...
Curated Video
Business Intelligence with Microsoft Power BI - with Material - Creating the Map of India in Power BI
This video demonstrates how to create the map of India in Power BI.
<
br/>
This clip is from the chapter "Maps in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on the...
<
br/>
This clip is from the chapter "Maps in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on the...
Curated Video
Power BI Masterclass - Power Query Editor Tips and Tricks: How to Extract Patterns from Columns
In this video, we will learn how to extract patterns from columns.
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be covering some additional tips...
r/>
This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be covering some additional tips...