Instructional Video4:40
Curated Video

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

Higher Ed
This video explains how to use the replace function to change the incorrect word. This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains strings in...
Instructional Video3:39
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Trim, Len, and Space

Higher Ed
This video explains three different functions: Trim, which is used to trim unwanted space from the text; the Len function is used to get the number of characters the string has; and the Space function is useful for formatting output and...
Instructional Video4:12
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Changing Case

Higher Ed
This video explains L case or U case; as the name suggests, these are used to change the letters into lowercase or uppercase. This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and...
Instructional Video2:14
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - With and End With

Higher Ed
This video explains a new object called With and End With, where you can perform a series of statements on a specified object without specifying the name of the object multiple times. This clip is from the chapter "VBA Conditional...
Instructional Video2:40
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Select Case

Higher Ed
This video explains select case statements, which is an alternative way to write If and Else if statements and help you have a more understandable code. This clip is from the chapter "VBA Conditional Statements" of the series "The...
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 Video6:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Conditional Statements

Higher Ed
This lesson elaborates on the different conditional statements available in JavaScript, including if, else, and else if.
Instructional Video10:38
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Conditional Statements

Higher Ed
In this video, you'll learn what conditional statements are. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding in...
Instructional Video6:16
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Data Structures

Higher Ed
In this video, you'll learn the importance of data structures. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding...