Hi, what do you want to do?
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
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Rolling Restarts
This video explains the concept of rolling restarts.
r/>
This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of...
r/>
This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of...
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
Excel VBA Programming The Complete Guide - Unload and Hide a UserForm
There are two ways to "shut down" a UserForm: unloading, which clears all of its data and hiding, which hides it from the screen but preserves the user's inputs. In this lesson, we wire up our two Command Buttons to utilize these two...
Curated Video
Excel VBA Programming The Complete Guide - Select Case
Multiple If statements can quickly clutter up a procedure. The Select Case construct offers a convenient alternative. In this lesson, we'll explore the syntax for Select across a variety of examples.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property
The Application.ScreenUpdating property can be set to False to disable updates to the Excel interface. One way to optimize the speed of a macro is to turn the property off at the beginning of execution and reenable it at the end. In...
Curated Video
Excel VBA Programming The Complete Guide - The NOT Operator
The NOT operator reverses a Boolean value. In this lesson, we use it to design our own implementation of Excel's bolding feature.
r/>
This clip is from the chapter "Conditionals" of the series "Excel VBA Programming–The...
r/>
This clip is from the chapter "Conditionals" of the series "Excel VBA Programming–The...
CTE Skills
IND-PTP - An Introduction to Pumps
Pumps are devices used to move liquids or slurries. Liquids are moved from higher pressure to lower pressure, and overcome this pressure by adding energy to a system. Pumps can be classified as either being positive...
Curated Video
Excel VBA Programming The Complete Guide - The Workbooks.Add Method
In this lesson, we invoke the Workbooks.Add method to create a new workbook from scratch. We also pass it an optional Template argument to make a copy of an existing workbook.
r/>
This clip is from the chapter "Object Deep...
r/>
This clip is from the chapter "Object Deep...
Curated Video
Excel VBA Programming The Complete Guide - Procedures with Arguments
Learn to handle arguments.<br/<br/>>
This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event
The Worksheet_SelectionChange event is triggered when the user navigates to a different cell with a spreadsheet. In this lesson, we react our first Excel event and also explore the ByVal keyword in the automatically generated...
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
Why Are Your IELTS Results Withheld
Today you’ll find out why your IELTS results might be withheld.
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 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
The Complete Guide to ASP.NET Core MVC (.NET 5) - Stored Proc Class
In this video, we'll look at stored Proc class.<br/<br/>>
This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
Curated Video
PMP Certification Training - Case Study - 1
This video is a case study on the challenges you face if you don’t have a project management policy in place.
<
br/>
This clip is from the chapter "Case Studies" of the series "PMP® Certification Training".This section explains...
<
br/>
This clip is from the chapter "Case Studies" of the series "PMP® Certification Training".This section explains...
Curated Video
Excel VBA Programming The Complete Guide - Call A Procedure from Another one
Learn more about calling procedure.<br/<br/>>
This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Curated Video
Excel VBA Programming The Complete Guide - The ListBox Control III - Select Multiple Items
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.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Performing the Linear Regression
In this video, you will be performing the linear regression.
<
br/>
This clip is from the chapter "Statistical Analysis – Part 2 (Linear and Multiple Regression)" of the series "Complete SAS Programming Guide - Learn SAS and Become...
<
br/>
This clip is from the chapter "Statistical Analysis – Part 2 (Linear and Multiple Regression)" of the series "Complete SAS Programming Guide - Learn SAS and Become...