Instructional Video3:55
Curated Video

Excel VBA Programming The Complete Guide - Call A Procedure from Another one

Higher Ed
Learn more about calling procedure. This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Instructional Video9:57
Curated Video

Excel VBA Programming The Complete Guide - The CheckBox Control

Higher Ed
The Checkbox is an ideal form control for simple Yes or No questions. In this lesson, we create a new UserForm that allows the user to choose to clear cells and / or save the workbook. We also dive a bit into modifying the aesthetics of...
Instructional Video9:25
Curated Video

Excel VBA Programming The Complete Guide - The ListBox Control III - Select Multiple Items

Higher Ed
The ListBox offers a way for the user to select more than one option. In this lesson, we enable this setting and configure our code to delete all the worksheets that a user selects from the list. This clip is from the chapter "User...
Instructional Video4:24
Curated Video

Excel VBA Programming The Complete Guide - The Range.RemoveDuplicates Method

Higher Ed
The Range.RemoveDuplicates method removes the repeating occurrences of a value in a given range. In this lesson, we use it to clear a list of duplicate names and show how arrays can be fed as arguments to methods. This clip is from the...
Instructional Video4:59
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Why Dynamic JSON Payloads are Important to Understand

Higher Ed
This video explains the importance of the dynamic JSON payloads. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Instructional Video10:09
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Apache POI API and Downloading Instructions

Higher Ed
This video focuses on Apache POI API and explains how to download instructions. 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...
Instructional Video5:22
Curated Video

Efficiently Deleting Blank Rows in Excel

Pre-K - Higher Ed
If you have multiple blank rows in a spreadsheet it can be very time-consuming to try to delete them either individually, or selecting them and then deleting them. In this quick tutorial I'll show you a very easy way to delete every...
Instructional Video6:48
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Robot #5 Case Introduction

Higher Ed
This video provides an introduction to the case that you will be working on. This clip is from the chapter "Robot #5 – Form Field Mania (Medium)" of the series "Robotic Process Automation - UiPath RPA Developer Masterclass".This...
Instructional Video5:37
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Conditional Formatting in a Table

Higher Ed
This video explains how to perform conditional formatting in a table. This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an...
Instructional Video15:37
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Basic Fundamentals of MongoDB

Higher Ed
This video explains the basic fundamentals of MongoDB. This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB and...
Instructional Video2:32
Curated Video

Google Sheets Fundamentals - Exporting Your Work

Pre-K - Higher Ed
Exporting to a New Format • Excel/ ODF • PDF • HTML for Web Display • CSV
Instructional Video6:36
Curated Video

Using Chat GPT with Google Docs: Tips and Tricks

12th - Higher Ed
In this lesson, we'll explore how to use Chat GPT with Google Docs. We'll cover the steps to add the Chat GPT add-on to your Google Drive, how to launch the Chat GPT sidebar, and the different types of actions and suggestions available...
Instructional Video6:11
Curated Video

Using ChatGPT on Excel Sheets: Creating and Activating API Key

12th - Higher Ed
In this lesson, you will learn how to install and activate the ChatGPT add-on on your Excel or Drive documents. You will also learn how to create a valid API key by going to the ChatGPT playground and pasting it into the add-on's...
Instructional Video3:25
Curated Video

Installing ChatGPT Add-On in Excel and Google Doc Files

12th - Higher Ed
In this lesson, we learn how to install the ChatGPT add-on to Excel and Google Doc files. The lesson provides step-by-step instructions on how to search for and install the add-on, and shows how it can be accessed in different document...
Instructional Video9:53
Catalyst University

NO BS: Multiple Regression Excel Tutorial

Higher Ed
NO BS: Multiple Regression Excel Tutorial
Instructional Video2:59
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Move Method

Higher Ed
The Worksheet.Move method moves a worksheet to a different position in the order of workbook sheets. In this lesson, we explore the signature of the method including its familiar Before and After parameters. This clip is from the chapter...
Instructional Video5:27
Curated Video

Excel VBA Programming The Complete Guide - The Worksheets.Add Method

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed. This clip is from the chapter "Object...
Instructional Video4:25
Curated Video

Excel VBA Programming The Complete Guide - The Boolean Data Type

Higher Ed
In this lesson, we practice declaring a procedure with Boolean variables and discuss the contexts in which they can be used. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete...
Instructional Video8:30
Curated Video

Excel VBA Programming The Complete Guide - Methods with Arguments

Higher Ed
In this lesson, we use the official Microsoft Developer Network documentation to look up the Worksheet object and the Protect method. We discuss the idea of method parameters, which are names we give to expected inputs. We also explore 2...
Instructional Video8:14
Curated Video

Excel VBA Programming The Complete Guide - Submit the UserForm

Higher Ed
In this lesson, we wire up the final Command Button on our UserForm to capture the user's input and populate it on the spreadsheet. This clip is from the chapter "User Forms" of the series "Excel VBA Programming–The Complete Guide".null
Instructional Video5:15
Curated Video

Excel VBA Programming The Complete Guide - Add Event Procedure to Control

Higher Ed
In this lesson, we create our first event procedure to react to the Change event on our Textbox. Upon any user edit, it outputs the current entry to the Immediate Window. This clip is from the chapter "User Forms" of the series "Excel...
Instructional Video7:19
Curated Video

Excel VBA Programming The Complete Guide - The ListBox Control II - React to User Selection

Higher Ed
In this lesson, we wire up a Command Button event procedure to delete the single worksheet the user has selected from the ListBox. This clip is from the chapter "User Forms" of the series "Excel VBA Programming–The Complete Guide".null
Instructional Video6:14
Curated Video

Creating Dropdown Lists in Excel

Pre-K - Higher Ed
This video tutorial demonstrates how to create a dropdown list in a spreadsheet to easily select predefined options, such as student effort levels like excellent, good, fair, poor, and unacceptable. By setting up a list of options and...
Instructional Video8:02
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Saving Data Locally to Excel ( XLSX ) Files

Higher Ed
In this video, you will learn how to use item pipelines in Python to save scraped data locally to an Excel file. The video explains the three steps of this process and walks through the code needed to create an Excel workbook, add...