Instructional Video6:15
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - VBA Practice Conditional Operators

Higher Ed
This video is a practice session on conditional operators where if a person scores 85 and above, we will want to grade an A along with changing the background color of the cell. This clip is from the chapter "VBA Conditional Statements"...
Instructional Video3:06
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Conditional Operators

Higher Ed
This video explains the various conditional operators such as =, <, >, <=, >=, <>, and so on. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video3:19
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Else and ElseIf

Higher Ed
This video explains Else and ElseIf variables in Excel VBA using an example where you can add an Else part that tells VBA what happens if the opening line returns False. This clip is from the chapter "VBA Conditional Statements" of the...
Instructional Video2:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements

Higher Ed
This video explains If statements in Excel VBA using an example where if the input is less than 10, the condition will be satisfied or else it won't show an output. This clip is from the chapter "VBA Conditional Statements" of the series...
Instructional Video6:30
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Other Excel VBA Variable Types

Higher Ed
This video explains the other Excel VBA variable types such as As long, As Single, As Double, and As Currency. The difference between all these data types is how many digits they can hold. This clip is from the chapter "Mastering...
Instructional Video2:26
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multiply and Divide

Higher Ed
This video explains how to multiply and divide in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Instructional Video4:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Addition and Subtraction

Higher Ed
This video explains how to add and subtract in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice

Higher Ed
This video is a practice session on variables where you will declare the variable and store a value to it and read the string that was contained in it. This clip is from the chapter "Mastering Variables in VBA" of the series "The...
Instructional Video2:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variables

Higher Ed
This video explains variables in VBA that help store things in memory. Variables can be of different types such as integers or strings. In VBA, you will need to declare every variable you are going to use. This clip is from the chapter...
Instructional Video4:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Resize Property

Higher Ed
This video explains the resize property that is available in VBA to change or resize the range of cells from the active cell as needed. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and...
Instructional Video6:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property

Higher Ed
This video explains the offset property, a useful way to refer to a cell or a group of cells. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Instructional Video3:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Add a Button to a Spreadsheet

Higher Ed
This video explains how to place a button control on a spreadsheet. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course and how...
Instructional Video5:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Developer Toolbar

Higher Ed
This video explains the Excel VBA developer toolbar and the various panels associated with it. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Instructional Video4:00
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Macro Recording

Higher Ed
This video explains how to record a simple macro that center-aligns texts. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course...
Instructional Video1:53
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Editor

Higher Ed
This video explains the Excel VBA editor where you will learn to code a simple display function using Msg Box. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video1:34
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Adding the Developer Tab

Higher Ed
This video explains what Excel VBA is; we will see how to incorporate VBA in Excel and how you can master the art of making macros to optimize your time in Excel. This clip is from the chapter "Introduction" of the series "The Ultimate...
Instructional Video13:02
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Local Storage / 207

Higher Ed
This video explains how to store information in local storage so as to access it later on. This clip is from the chapter "Local Storage" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video8:29
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - II / 043-2

Higher Ed
This video continues to explain the primitive and reference types. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals...
Instructional Video4:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals - I

Higher Ed
This video explains object literals and its importance in JavaScript. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals...
Instructional Video16:42
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Method / 071

Higher Ed
This video explains the filter method in arrays that will help filter or sort items. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video6:19
Curated Video

Review for You: Multiplication and Properties

K - 8th
Mr. Addit reviews several aspects of multiplication and properties of multiplication.
Instructional Video8:20
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board

Higher Ed
In this lecture, you will learn to debug the errors created in the previous video, which did not allow certain functions to execute properly, and we will initialize the game board.
Instructional Video1:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Joining Arrays

Higher Ed
This video demonstrates joining two arrays using the Concat () method.
Instructional Video1:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Data Types

Higher Ed
In this lesson, we will explore the different data types in JavaScript, including numbers, strings, arrays, and objects.