Instructional Video3:15
Curated Video

Cómo hacer presentaciones en PowerPoint desde ChatGpt

9th - Higher Ed
En este video te enseñamos cómo crear presentaciones apoyándote en ChatGpt. Aprende a crear presentaciones en PowerPoint con ChatGPT.
Instructional Video12:09
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages

Higher Ed
Every operating system contains interpreters that can read higher-level programming languages. This video covers three popular interpreters: Visual Basic, Python, and JavaScript.
<
br/>
This clip is from the chapter "Working with...
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.
<
br/>
This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video7:59
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - The VBA Editor

Higher Ed
In this video, we will explore the VBA Editor.
Instructional Video6:34
APMonitor

Visual Basic for Applications (VBA) in Excel

10th - Higher Ed
VBA adds programming functionality to Microsoft Excel. A Macro is a VBA program that can be recorded to auto-generate code in VBA. VBA is a simplified form of Visual Basic and lacks full-featured programming support. VBA extends the...
Instructional Video15:13
Curated Video

Excel VBA Programming The Complete Guide - The Macro Recorder

Higher Ed
The Macro Recorder is a powerful tool that converts your interface actions (i.e. clicks, navigations, aesthetic changes) into valid VBA code. In this lesson, we discuss the merits (and drawbacks) of the Macro Recorder and explore some...
Instructional Video22:17
Let's Tute

Introduction to Microsoft Excel VBA Editor Tool

9th - Higher Ed
In this video, the speaker, a Microsoft certified trainer, introduces the Microsoft Excel VBA editor tool. They explain the basics of VBA and macros, their functions and applications in Microsoft Excel. They also discuss the Visual Basic...
Instructional Video11:29
Curated Video

Excel VBA Programming The Complete Guide - Object-Oriented Programming in Real Life

Higher Ed
VBA is an object-oriented programming language that views an application as a series of interactions between data entities called objects. Objects have properties, which describe its characteristics, and methods, which are actions that...
Instructional Video2:16
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Chapter 4 Ask Me Anything (AMA)

Higher Ed
Malware is malicious software that comes in many different shapes and sizes. This episode tackles examples of malicious code and how it related to Visual Basic for Applications (VBA).
r/>
This clip is from the chapter "Tools of...
Instructional Video9:09
Curated Video

Excel VBA Programming The Complete Guide - Objects as Properties

Higher Ed
It's easy to see object properties as simple, static data values -- integers, floating point numbers, or strings. However, object properties can also store other objects, complete with their own distinct properties and methods. In this...
Instructional Video5:50
Curated Video

Excel VBA Programming The Complete Guide - Collection Objects in Real Life

Higher Ed
Some objects in VBA are collection objects. Their purpose is to serve as a box or container for related objects. For example, the Worksheets collection object stores a Worksheet object for each worksheet in a Workbook. In this lesson,...
Instructional Video6:35
Curated Video

Excel VBA Programming The Complete Guide - The AND & OR Logical Operators

Higher Ed
Multiple conditions can be checked with the And and Or logical operators. In this lesson, we apply these principles to conditional logic across two columns.
r/>
This clip is from the chapter "Conditionals" of the series "Excel...
Instructional Video13:00
Curated Video

Excel VBA Programming The Complete Guide - Introduction

Higher Ed
We discuss the benefits offered by the technology, the tools and features available in VBA, a brief history of the language including its precursors Basic and Visual Basic and the prerequisites for the course.
r/>
This clip is...
Instructional Video4:15
Curated Video

Excel VBA Programming The Complete Guide - The Application Object

Higher Ed
In this section, we'll explore the objects in the Excel object hierarchy in greater depth. We begin with the Application object at the top of the hierarchy. Its properties and methods deal with top-level, global Excel settings....
Instructional Video1:20
Curated Video

Learn and Master C Programming - About your instructor...

Higher Ed
The author introduces himself and his capabilities to handle C programming.
r/>
This clip is from the chapter "Introduction" of the series "Learn and Master C Programming For Absolute Beginners!".In this introductory section,...
Instructional Video13:35
Curated Video

Excel VBA Programming The Complete Guide - The Excel Object Model

Higher Ed
In this lesson, we use the Visual Basic Editor's Immediate Window to explore the hierarchy of the Excel Object Model. We begin at the top with the Application object, which houses all of the Workbooks currently open in Excel, and...
Instructional Video7:07
Curated Video

Excel VBA Programming The Complete Guide - Enable the Developer Tab

Higher Ed
The Developer Tab is a secret Tab on the Ribbon that includes several options for working with VBA. Users can access the Visual Basic Editor, enable the Macro Recorder, and display a list of public macros. In this lesson, we expose the...
Instructional Video36:36
Curated Video

Generating Random Slides in PowerPoint

Pre-K - Higher Ed
In this video, Justin demonstrates how to generate a random slide within a PowerPoint presentation. He also shows how to limit the random slide selection to a specific group of slides and how to ensure that each slide is visited only...
Instructional Video6:07
Curated Video

Excel VBA Programming The Complete Guide - Mathematical Operations

Higher Ed
In this lesson, we dive into the mathematical operators for

• addition
( + )
• subtrac
tion ( - )
• multi
plication ( * )/> • division ( / )
> • exponentiatio
n
( ^ )
• modulo ( Mod )

This...
Instructional Video3:14
Curated Video

Excel VBA Programming The Complete Guide - Naming Conventions

Higher Ed
The VBA community follows a popular convention for naming form controls. It begins with a 3-letter prefix for the type of form control, followed by the name of the entity or data point that the form control is related to. In this...
Instructional Video5:01
Curated Video

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

Higher Ed
The Range.FillDown method populates a formula or value downwards based on an existing's cell value; this is the VBA emulation of the feature available in the Excel interface. In this lesson, we employ the method to concatenate text...
Instructional Video8:27
Curated Video

Excel VBA Programming The Complete Guide - Excel Worksheet Functions

Higher Ed
Many of Excel's popular worksheet functions are available for use in the Visual Basic Editor. In this lesson, we implement the popular VLOOKUP function using code.
r/>
This clip is from the chapter "Functions" of the series...
Instructional Video8:44
Curated Video

Excel VBA Programming The Complete Guide - Macro Security

Higher Ed
Macros have been used to package malicious code in the past. In this lesson, we explore the security options built into Excel that prevent macro code from executing automatically. We also add a directory to a Trusted Locations list of...
Instructional Video4:00
Curated Video

Excel VBA Programming The Complete Guide - Excel File Types

Higher Ed
There are dozens of file types available in Excel. In order to work with macros, we need to save our files in a special format called .xlsm. In this lesson, we introduce an option for defaulting to a .xlsm format upon saving.
r/> ...