Hi, what do you want to do?
Curated Video
Excel VBA Programming The Complete Guide - The InputBox Function
In this lesson, we use the InputBox function to collect a new worksheet title from the user. The InputBox is a basic dialog box with a single text entry field, a prompt, a title, and OK / Cancel buttons.
r/>
This clip is from...
r/>
This clip is from...
Curated Video
Excel VBA Programming The Complete Guide - Exit For and Review of Exit Sub
The Exit For keywords prematurely terminate a For loop. The Exit Sub keywords prematurely terminate a procedure. In this lesson, we practice implementing these concepts.
r/>
This clip is from the chapter "Iteration" of the...
r/>
This clip is from the chapter "Iteration" of the...
Curated Video
Excel VBA Programming The Complete Guide - SpecialCells
The Range.SpecialCells method extracts a subset of cells from a Range based on a criteria -- empty cells, cells with constants, cells with formulas, etc. In this lesson, we populate a column with various values and use the method to...
Curated Video
Excel VBA Programming The Complete Guide - Absolute vs. Relative References II
In this lesson, we continue our exploration of absolute vs relative references by recording a macro that deletes a row from the worksheet. Absolute references explicitly target a specific row each time, which defeats the purpose of the...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Table References
The aim of this video is to explore what are table references.
r/>
This clip is from the chapter "Excel 2019 Advanced: Tables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the...
r/>
This clip is from the chapter "Excel 2019 Advanced: Tables" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore the...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Connecting Web Data Sources
The aim of this video is to explore how to connect to web data sources.
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Comments
This video aims to explain comments.
r/>
This clip is from the chapter "Excel 2019 Beginner: Page Setup and Print Options" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to explore page setup...
r/>
This clip is from the chapter "Excel 2019 Beginner: Page Setup and Print Options" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to explore page setup...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Arranging Files
The aim of this video is to explore how to arrange files.
r/>
This clip is from the chapter "Excel 2019 Beginners: Working with Views" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll...
r/>
This clip is from the chapter "Excel 2019 Beginners: Working with Views" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Loading the Excel Data
This video explains how to load the Excel data.
r/>
This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
r/>
This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Strategy to Access Excel Data
This video explains the strategy to access Excel data.
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...
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...
Curated Video
Learning Microsoft Power BI - Intelligent Data Filtering with Power Query
In this video, we will learn how to apply data filtering.
• Understand why we should filter
data
• Apply data transformations to the FACTS
ales table
• Filter the data us
in
g Power Query
This clip is from...
• Understand why we should filter
data
• Apply data transformations to the FACTS
ales table
• Filter the data us
in
g Power Query
This clip is from...
Curated Video
Learning Microsoft Power BI - Reviewing Project Requirements and Determining Data Sources
In this video, we are going to review project requirements and determine data sources.
• Learn how to take a given set of require
ments
• Understand what finalizing the requirements by multiple refinement and review...
• Learn how to take a given set of require
ments
• Understand what finalizing the requirements by multiple refinement and review...
Curated Video
Excel: Easy Ways to Add Numbers in Cells
This video tutorial demonstrates two simple methods for adding up numbers in Microsoft Excel. The first method involves manually typing a formula to add specific cells together, while the second method utilizes the autosum feature to...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Robot #6 Case Introduction
This video provides an introduction to the case that you will be working on.
<
br/>
This clip is from the chapter "Robot #6 - Amazon Data Scraping (Medium)" of the series "Robotic Process Automation - UiPath RPA Developer...
<
br/>
This clip is from the chapter "Robot #6 - Amazon Data Scraping (Medium)" of the series "Robotic Process Automation - UiPath RPA Developer...
Curated Video
Power BI Masterclass - Power BI Data Prep Challenge 1 - Date Time Conversion
In this video, we will be covering a challenge for date time conversion.
r/>
This clip is from the chapter "Solving Data Prep Challenges" of the series "Power BI Masterclass".In this section, we will learn how to do data...
r/>
This clip is from the chapter "Solving Data Prep Challenges" of the series "Power BI Masterclass".In this section, we will learn how to do data...
Curated Video
Alteryx for Beginners - Transpose Tool
This video demonstrates how to use the Transpose tool in Alteryx.<br/<br/>>
This clip is from the chapter "Transform Tab" of the series "Alteryx for Beginners".This section explores the Transform tab.
This clip is from the chapter "Transform Tab" of the series "Alteryx for Beginners".This section explores the Transform tab.
Curated Video
Excel VBA Programming The Complete Guide - The Range.Interior Property
What the Font object is to the foreground, the Interior property is to the background. In this lesson, we use the Range.Interior property to modify the color of a cell in a variety of different ways including:
• VBA color...
• VBA color...
Curated Video
Excel VBA Programming The Complete Guide - The Range.TextToColumns Method
The Range.TextToColumns method splits a string based on a delimiter, a special symbol. In this lesson, we use this feature to separate several strings, applying a variety of delimiters (commas, spaces, even custom vertical pipes) along...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Replace Method
The Range.Replace method acts as a Find-and-Replace search mechanism. In this lesson, we apply it to a range of values in column A and discover a unique quirk when it comes to replacing numbers.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - R1C1 Notation, Part II
In this lesson, we continue to expand on the R1C1 concepts introduced in the past lesson by applying them to several real-life examples.
r/>
This clip is from the chapter "Range References" of the series "Excel VBA...
r/>
This clip is from the chapter "Range References" of the series "Excel VBA...
Curated Video
Excel VBA Programming The Complete Guide - The Range.EntireRow and Range.EntireColumn Properties
The Range.EntireRow and Range.EntireColumn properties are used to target a complete row or column from a single cell. In this lesson, we play around with the two properties in the Immediate Window.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Row and Range.Column Properties
The Range.Row and Range.Column properties return numbers that represent the numeric position of the cell's row and column relative to the spreadsheet. If a multi-cell Range is used, VBA uses the top-left cell as its reference point. In...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Count and Range.CountLarge Properties
In this lesson, we use the Range.Count and Range.CountLarge properties to find out the number of cells in a given range. The returned value counts all cells, not just those with values.
r/>
This clip is from the chapter "Range...
r/>
This clip is from the chapter "Range...
Curated Video
Excel VBA Programming The Complete Guide - The Application.DisplayAlerts Property
The Application.DisplayAlerts property is used to enable or disable user alerts in Excel. An alert is a dialog box that warns the user of an impending operation. It's a helpful feature but can be distracting when the user is executing...