- 21
- 2 078
Greatest Office Tutorial Ever
United States
Приєднався 23 гру 2021
Learn Access, Excel, and other Office apps like a Professional! At GOTE, you'll learn from a Professional Access Database Developer. We start from the very beginnings and get you up to speed to quickly learn how to create highly-functional and elegant applications!
Beginner VBA tutorial - Learn how to write simple code - Part 1. For Excel and Access users!
Learn how to write VBA code, even if you're a complete beginner!
This first course focuses on how to create Subs, Functions, and goes over Strings, Long integers, and the MSGBOX command.
Configure your VBA editor: ua-cam.com/video/g2Su14sxnBs/v-deo.html
00:00-00:09 Welcome
00:09-00:53 Set up your Excel file
01:03 - 01:15 Ensure correct project
01:15 - 01:44 Set up editor environment
01:44 - 03:23 Basic MsgBox operations
03:23 - 06:03 String introduction
06:03 - 08:10 String Concatenate
08:10 - 08:35 VBCR command
08:35 - 10:33 Intro to Long Int and concatenate
10:33 - 13:49 More examples of Msgbox arguments
13:49 - 15:00 Intro to Long Int math
15:00 - 15:52 Errors if you try to add string to int
15:52 - 16:09 When you can add strings to numbers
16:09 - 16:35 Errors if you try to append a string to a long
16:35 - 16:50 Practical Exercise 1
16:50 - 17:36 One reason to use variables
17:36 - 19:59 Intro to functions
19:59 - 22:39 Practical Ex 2, then answers to both
This first course focuses on how to create Subs, Functions, and goes over Strings, Long integers, and the MSGBOX command.
Configure your VBA editor: ua-cam.com/video/g2Su14sxnBs/v-deo.html
00:00-00:09 Welcome
00:09-00:53 Set up your Excel file
01:03 - 01:15 Ensure correct project
01:15 - 01:44 Set up editor environment
01:44 - 03:23 Basic MsgBox operations
03:23 - 06:03 String introduction
06:03 - 08:10 String Concatenate
08:10 - 08:35 VBCR command
08:35 - 10:33 Intro to Long Int and concatenate
10:33 - 13:49 More examples of Msgbox arguments
13:49 - 15:00 Intro to Long Int math
15:00 - 15:52 Errors if you try to add string to int
15:52 - 16:09 When you can add strings to numbers
16:09 - 16:35 Errors if you try to append a string to a long
16:35 - 16:50 Practical Exercise 1
16:50 - 17:36 One reason to use variables
17:36 - 19:59 Intro to functions
19:59 - 22:39 Practical Ex 2, then answers to both
Переглядів: 19
Відео
14.2 - Reuse Excel VBA code! Also learn two useful code modules for Worksheets! Excel VBA Tutorial
Переглядів 334 години тому
First we talk about how to create a central Excel file to hold all of your awesome VBA modules. Then, I go through custom code for two simple VBA modules - one to check to see if a worksheet exists, and another to make a new worksheet (with options). Need to know how to set up your VBA editor like me? ua-cam.com/video/g2Su14sxnBs/v-deo.html Need an introduction to the Office Object Model? ua-ca...
14.1 - Learn Excel VBA -Intermediate guide to VBA (Office Object Model)
Переглядів 1787 годин тому
Hi everyone! This is my first full coding tutorial for Excel VBA. I start in an unconventional way by going straight to the Object model, which is essential to learning VBA. Apologies for the background noise! Also - leave a comment if you'd rather have me use my AI voice generator (hah!)
12.1 - The Easiest Access Tutorial Ever - Part 1! Learn Microsoft Access database, Beginner to Pro!
Переглядів 8914 годин тому
This is the first video in what is (hopefully) many more to come. This was completely designed, written, and edited by me (Jeremy - Owner of GATE). I used AI voice-overs because let's face it, they're way better of a speaker than I am! (plus, they're easy to follow!) This tutorial covers table creation, including creating a table with simple data lookups (foreign keys) If you find this video us...
6.2 - THIS SQL solved a problem I completely failed in Excel! (Microsoft Access SQL tutorial)
Переглядів 47416 годин тому
I highlight several things that drive me crazy about developing in Excel, then I detail a useful query to solve a peculiar problem!
7.6 - 8 great VBA String Functions! Learn Microsoft Access VBA Coding (Access VBA Coding Tutorial)
Переглядів 6721 годину тому
We review 8 VBA String functions and then use them in a query to get clean data from an example Excel import #microsoftaccess #vba #vbacode
7.5 - Improve Your VBA coding! Consider THESE facts! (Microsoft Access VBA Coding Tutorial)
Переглядів 78День тому
This video covers some crucial tips and things to consider whenever you start to learn VBA or if you've been coding for a short while. Don't miss it! #vbacoding #microsoftaccess #vba
7.4 - Learn VBA - Get data using SQL-like (Domain) VBA commands! (Microsoft Access VBA Tutorial)
Переглядів 9314 днів тому
In this video we cover some EXTREMELY useful Doman functions for VBA Want to know how to get some results of a query into a variable? Domain Functions are how to do it! As a bonus, I also highlight a small VBA function which takes a numerical argument and formats it as a currency string. I also give an important warning about using IsNumeric() Also I learned how to edit video a bit better Yeah!...
10.1 - Avoid these mistakes in Access! Tips when creating a database (Microsoft Access Tutorial)
Переглядів 6514 днів тому
I quickly cover some pitfalls to avoid when developing Microsoft Access, including one that has the potential to completely ruin your database! Future videos will cover some of these topics more in-depth!
7.3 - Learn VBA! Three custom modules - Less talk, more music! (Microsoft Access VBA tutorial)
Переглядів 8214 днів тому
And now for something a bit different - in this VBA coding tutorial, we go over three essential tools that you can use in ANY Access Database - these will help you with any project! Learn how to easily destroy memory objects, copy and retrieve things from the clipboard, and quickly paste pre-formatted error trapping code into any module!. #vbacoding #vba #microsoftaccess
3.1 - Access Subform Tutorial - Learn the flexibility of subforms! (Microsoft Access Tutorial)
Переглядів 9514 днів тому
This episode covers how Microsoft Access subforms (sub-forms) work and how to generate a sub-form.
7.2 - Learn Access VBA Coding Tutorial (Part 1) - Microsoft Access VBA Tutorial)
Переглядів 8021 день тому
This is a 30-minute beginner course to learn VBA coding! We look at the differences between Functions and Subs, learn what String variables are, and we also discover the vital differences between ByVal and ByRef passing! We also learn how to use Msgbox! Don't miss it!
8.1 - Microsoft Access Forms Tutorial - Learn About Bound and Unbound Controls
Переглядів 4421 день тому
Learn about bound and unbound controls, record sources, and how combo boxes and list boxes work!
6.1 - Beginner SQL in 10 minutes! Microsoft Access SQL tutorial.
Переглядів 6321 день тому
In this very short video, we quickly cover four of the most useful SQL commands. They apply to practically ANY database that uses SQL and will help you learn database operations, whether you use Access or not!
7.1 - Learn VBA - Configure Your Editor in 5 Steps! (Microsoft Access VBA Tutorial)
Переглядів 13521 день тому
This short video gives you some essential tips to set up your VBA Editor in Access! Don't miss it! #vba #vbacoding #microsoftaccess
1.2 - Database Table Relationships Tutorial (One to Many, etc.) Microsoft Access Tutorial
Переглядів 11721 день тому
1.2 - Database Table Relationships Tutorial (One to Many, etc.) Microsoft Access Tutorial
2.3 - Access Forms - Beginner's Guide to Microsoft Access Forms Tutorial (Part 3)
Переглядів 8621 день тому
2.3 - Access Forms - Beginner's Guide to Microsoft Access Forms Tutorial (Part 3)
2.2 - Learn Access Forms - Beginner's Tutorial to Microsoft Access Forms (Part 2)
Переглядів 9921 день тому
2.2 - Learn Access Forms - Beginner's Tutorial to Microsoft Access Forms (Part 2)
2.1 - Beginner's Tutorial to Access Forms (part 1) - Microsoft Access Tutorial
Переглядів 8821 день тому
2.1 - Beginner's Tutorial to Access Forms (part 1) - Microsoft Access Tutorial
1.1 - Learn Database Table Basics (Microsoft Access Tutorial)
Переглядів 9028 днів тому
1.1 - Learn Database Table Basics (Microsoft Access Tutorial)
0.1 - Channel Relaunch & Episode Decoder Ring - Don't miss it! (Access Tutoring English)
Переглядів 5128 днів тому
0.1 - Channel Relaunch & Episode Decoder Ring - Don't miss it! (Access Tutoring English)