Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - VBA Practice Conditional Operators
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"...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Conditional Operators
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Else and ElseIf
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Other Excel VBA Variable Types
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multiply and Divide
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Addition and Subtraction
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variables
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Resize Property
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Add a Button to a Spreadsheet
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Developer Toolbar
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Macro Recording
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Editor
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Adding the Developer Tab
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Local Storage / 207
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - II / 043-2
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals - I
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Method / 071
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...
Curated Video
Review for You: Multiplication and Properties
Mr. Addit reviews several aspects of multiplication and properties of multiplication.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game Board
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Joining Arrays
This video demonstrates joining two arrays using the Concat () method.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Data Types
In this lesson, we will explore the different data types in JavaScript, including numbers, strings, arrays, and objects.