Hi, what do you want to do?
Curated Video
Excel VBA Programming The Complete Guide - Breakpoints
Breakpoints force a procedure to halt execution at one or more specified lines. In this lesson, we practice enabling and disabling breakpoints in our code.
r/>
This clip is from the chapter "Debugging" of the series "Excel VBA...
r/>
This clip is from the chapter "Debugging" of the series "Excel VBA...
Curated Video
Excel VBA Programming The Complete Guide - More Date and Time Functions
In this lesson, we continue our exploration of additional datetime functions on the VBA helper object including Year, Month, Day, Hour, Minute, and Second. We also dive into the Weekday, WeekdayName and MonthName functions to discover...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Fill Handle and Custom Lists
The aim of this video is to explore how to work with fill handle and custom lists.
r/>
This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to...
r/>
This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to...
Curated Video
Quickly Displaying and Hiding Formulas in Excel Spreadsheets
In this video, the instructor demonstrates two quick methods to toggle between displaying formulas and calculated values in a spreadsheet. By utilizing the Formula Auditing section in the ribbon, users can easily switch between viewing...
Curated Video
Generate a Random Date Between Two Dates in Excel
This tutorial demonstrates how to generate random dates between two specified dates using the randbetween function in Excel. By inputting the earliest and latest dates as parameters, viewers can create a dynamic spreadsheet that...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - How to Read Excel File
This video explains how to read an Excel file.
<
br/>
This clip is from the chapter "Data-Driven Testing" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about data-driven...
<
br/>
This clip is from the chapter "Data-Driven Testing" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about data-driven...
Curated Video
Practical Data Science using Python - Data Science Stages and Technologies
This video explains data science stages and technologies.<br<br/>/>
This clip is from the chapter "Introduction to Data Science" of the series "Practical Data Science Using Python".This section introduces you to data science.
This clip is from the chapter "Introduction to Data Science" of the series "Practical Data Science Using Python".This section introduces you to data science.
Curated Video
Salesforce Platform App Builder Certification Training - Standard and Custom Objects
This video explains standard and custom objects.
<
br/>
This clip is from the chapter "Data Modeling and Management" of the series "Salesforce Platform App Builder Certification Training".This section explains data modeling and...
<
br/>
This clip is from the chapter "Data Modeling and Management" of the series "Salesforce Platform App Builder Certification Training".This section explains data modeling and...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Excel Automation - Part 2
This is second of the two-part video, where you will learn about the automation of data in a spreadsheet.
<
br/>
This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation -...
<
br/>
This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation -...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Excel Automation - Part 1
This is first of the two-part video, where you will learn about the automation of data in a spreadsheet.
<
br/>
This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath...
<
br/>
This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties
In this lesson, we explore the Rows and Columns properties, which are available on both the top-level Application object and a specific Range. The two can be used to target complete rows or columns, within the spreadsheet or within a...
Curated Video
Excel VBA Programming The Complete Guide - The Workbook.Activate Method
In this lesson, we invoke the Workbook.Active method to simulate a user click on a workbook and make it the ActiveWorkbook. We also review the ActiveSheet property, which targets the currently highlighted worksheet.
r/>
This...
r/>
This...
Curated Video
Excel VBA Programming The Complete Guide - The Exit Sub Keywords
The Exit Sub keywords terminate a procedure prematurely, before it reaches its last line of code. It's an effective technique to combine with conditional logic --- proceed if all the pieces fall into place, exit otherwise. In this...
Curated Video
Excel VBA Programming The Complete Guide - The CommandButton Control
The CommandButton is a clickable button that trigger an event procedure. In this lesson, we add 3 buttons to our form -- Submit, Cancel and Hide.
r/>
This clip is from the chapter "User Forms" of the series "Excel VBA...
r/>
This clip is from the chapter "User Forms" of the series "Excel VBA...
Curated Video
Excel VBA Programming The Complete Guide - The ListBox Control I - Wire up the Form
In the first of a 3-part series, we introduce the ListBox form control for displaying a list of predefined values for the user to choose from. We hardwire our list to show the names of all of the workbook's sheets.
r/>
This...
r/>
This...
Curated Video
Excel VBA Programming The Complete Guide - The OnError and GoTo Keywords
The On Error Go To keywords redirect the pathway of a procedure to a specially designated section. In this lesson, we set up an example and discuss why the Exit Sub keywords have to be used to avoid running into the code...
Curated Video
Excel VBA Programming The Complete Guide - VBA Functions, Part I
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The LBound and UBound Methods
The LBound and UBound methods return the smallest and greatest index positions of an array. In this lesson, we utilize these values to write a flexible, dynamic loop procedure.
r/>
This clip is from the chapter "Arrays" of the...
r/>
This clip is from the chapter "Arrays" of the...
Curated Video
Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop
Arrays can easily be populated with values from the worksheet using a basic For loop. In this lesson, we perform a popular string cleaning operation --- trimming the leading and trailing whitespace of a string -- on a column of values...
Curated Video
Learning Microsoft Power BI - Creating a Dashboard
In this video, we will learn about dashboards, what they are for, and how they’re different from reports.
• Understand the important differences between a report and a dash
board
• Create a new dashboard by adding...
• Understand the important differences between a report and a dash
board
• Create a new dashboard by adding...
Curated Video
Learning Microsoft Power BI - Connecting to a Folder as a Data Source
In this video, we will learn how to connect a folder as a data source.
• Understand the power and usefulness of the import o
ption
• Combine flat files from a folder using P
ower Query
• Import data from multiple...
• Understand the power and usefulness of the import o
ption
• Combine flat files from a folder using P
ower Query
• Import data from multiple...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Subtotals
The aim of this video is to explore subtotals.
r/>
This clip is from the chapter "Excel 2019 Beginners: Outlining and Subtotaling" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore...
r/>
This clip is from the chapter "Excel 2019 Beginners: Outlining and Subtotaling" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 2
This video is the second part of the three-part video that presents another practice exercise on Excel driven testing.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API...