Excel vba programming смотреть последние обновления за сегодня на .
Excel VBA Beginner Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. For ad free training and certificates please join Learnit Anytime: 🤍 Enroll in our live, instructor-led Excel VBA class: 🤍 For Private Group Trainings please visit: 🤍 Join our online community! - 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 What is VBA? 1:44 Object Oriented Programming Languages 5:59 Turning on the Developer Tab 10:17 The Macro Recorder 13:40 Using Relative References 20:39 Recording Simple Macros 27:51 Multi-Step Macro Recording 39:25 Sort and Filter Macro Recording 45:26 Protecting and Formatting Sheets with the Macro Recorder 51:35 VBA Interface Setup 55:09 Recorder Code vs. Manual Code 1:01:11 Introduction to Editing Macros 1:12:28 Debugging Macros 1:16:53 Grammar in VBA 1:28:00 Macro Scripting Basics 1:33:04 Range 1:40:41 Selection & Color 1:47:14 Value and Clear 1:52:16 ActiveSheet, Sheets, and Name 1:54:01 CurrentRegion 1:56:40 Practice 1:58:08 #ExcelVBA (C) 2021 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
In this step-by-step overview, learn how you can eliminate repetitive and boring tasks in Microsoft Excel using something called macros and VBA, or Visual Basic for Applications. With macros, you can automate your work in Excel, which will help you save time and effort. Macros are an extremely powerful tool that will take your usage of Excel to the next level. In this video, we'll start with how to: • Record a basic macro • How to run your macro • How to test your macro • How to access your macro in any spreadsheet • And even how to add if statements and loops, and we'll look at multiple types of loops 👋 Additional resources - Sample spreadsheet to follow along: 🤍 - Excel shortcut keys: 🤍 - Learn the fundamentals of Excel in just 2 hours: 🤍 ⌚ Timestamps 0:00 Introduction 0:55 What is a macro & when should you create one? 3:28 Record basic macro 6:47 Run your macro 9:55 Save macro enabled workbook 10:30 Open macro workbook 11:12 Absolute vs. relative references 13:18 Edit the VBA code that powers your macro 18:32 Turn on developer tab 19:32 Personal macro workbook for anywhere access 22:11 View VBA code while recording 24:02 If statement 26:57 For loop 30:50 Input box 33:00 Do while & do until loops 35:57 Bring it all together example 47:01 Combine macros into one 48:33 Turn off screen updating 49:23 No undo for macros 49:42 Wrap up 📃 Watch related playlists - Playlist with all my videos on Excel: 🤍 🚩 Connect with me on social - LinkedIn: 🤍 - Twitter: 🤍 - Facebook: 🤍 - TikTok: 🤍 - Instagram: 🤍 🔔 Subscribe to my YouTube channel 🤍 🎬 Want to watch again? Navigate back to my YouTube channel quickly 🤍 🛍 Support me with your Amazon purchases: 🤍 ⚖ As full disclosure, I use affiliate links above. Purchasing through these links gives me a small commission to support videos on this channel the price to you is the same. #stratvert
Excel 2019 VBA Full Course Tutorial (7+ Hours) Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 VBA Overview/Getting Started 2:06 Procedures and Functions 1:06:26 Expressions, Variables, and Intrinsic Functions 2:12:27 Controlling Program Execution 3:28:45 Forms and Controls 4:40:59 Pivot Tables in VBA 5:27:53 Code Debugging 6:22:25 #excel #exceltutorial #exceltips #vba #excelvba (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
Excel VBA Advanced Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. For ad free training and certificates please join Learnit Anytime: 🤍 Enroll in our live, instructor-led Excel VBA classes: 🤍 For Private Group Trainings please visit: 🤍 Join our online community! - 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Variables 0:03 Variable Rules 7:59 For Next Loop Basics 11:18 For Next Loop Doubled 15:44 For Next Loop Triple 19:47 For Each Loop 22:11 Exit For Statement 23:50 Do While Loop 27:07 Do While Not Empty Loop 30:32 Do Until Loop 32:53 Do Loop UNTIL 35:11 Count and Offset 36:49 End, Address, Call Statement 48:23 Practice 55:35 Using the FIND Tool in a Macro 1:03:47 Message Boxes 1:14:50 Input Boxes 1:22:58 Code Continuation Character and vbCrLf Constant 1:27:16 If Then, ElseIF, and Else 1:33:44 Select Case 1:40:13 Multiple Variables 1:42:58 Practice 1:46:09 #ExcelVBA (C) 2021 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
Learn how to use Excel Macros to automate any repetitive task on Excel. 📈 Get 25% OFF all Financial Edge Courses Using Code KENJI25: 🤍 🆓 DOWNLOAD Free Excel file for this video: 🤍 In this video you'll learn how to record a macro, add a macro button, and edit the macro code in VBA in less than 10 minutes. Using macros, you'll be able to save hundreds of hours by automating any repetitive or boring task in your day to day job. To make the tutorial realistic, we'll simulate a real-life scenario where we need to format a dataset and create a chart every week. As this is a repetitive taks, you can record a macro so you only have to click one button to format what would otherwise take 5 or more minutes. Finally, you'll learn to save the Excel file as a Macro enabled workbook so the Macros remain active. LEARN: 📊 Get 25% OFF all Financial Edge Courses Using Code KENJI25: 🤍 SOCIALS: 📸 Instagram - 🤍 🤳 TikTok - 🤍 🧑💻 LinkedIn - 🤍 GEAR: 📹 My Favorite Books & Gear: 🤍 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Chapters: 0:00 - Record a Macro 3:17 - Adding a Macro Button 5:06 - Highlight any area with Macros 7:07 - Edit Macro using VBA code 8:35 - How to save Excel files with Macros Disclaimer: I may receive a small commission on some of the links provided at no extra cost to you.
In this tutorial, we look at what VBA is in Excel. We explain how to create Macros to automate repetitive tasks and we look at the underlying VBA code in Excel. Learning the basics will enable you to develop your own Marcos and understand the VBA editor window. 🌍 Get unlimited training with Simon Sez IT’s 150+ courses ⏩ 🤍 🚀 Level up your skills with a free 30-day trial to our complete training library of 8,500+ videos ⏩ 🤍 💻 Watch more free popular training tutorials from Simon Sez IT: 🔥Check out our FREE 300+ hour training course playlist here ➡️ 🤍 ✅ Check out our free video playlist on How to Get Started in Excel 👉🤍 ✅ Pivot Table Tutorials for Beginners here 👉🤍 ✅ Top 10 Excel Functions & Formulas 👉 🤍 ✅ Microsoft Office 2021 and Office 365 Training here 👉🤍 💬Stay in touch! SimonSezIT.com: 🤍 LinkedIn: 🤍 FaceBook: 🤍 🔔 Subscribe to our channel: 🤍 If you enjoyed the video, please give a thumbs up 👍🏽 ;-)
Excel VBA - Write a Simple Macro Lecture By: Mr. Pavan Lalwani Tutorials Point India Private Limited Check out latest Excel VBA Online Training courses on : 🤍 Use coupon "YOUTUBE" to get FLAT 10% OFF at Checkout. Check out latest Ebooks : 🤍 Check out latest Courses : 🤍 🤍 For more updates on courses and tips follow us on: Facebook: 🤍 Twitter: 🤍 LinkedIn: 🤍
VBA is a great entry-level programming language. If you have been looking for a solid, no-frills and practical guide to learn VBA, here it is. In this detailed video, * Learn what VBA is and how to find it in Excel? * How to use recorder to record and replay Macros (steps or actions) * How to write your own code using Visual Basic Editor (VBE) * Making a simple to-do list app in Excel * Creating a data extractor app in Excel * How to self-learn VBA with recorder & help Watch PART 2 here 2️⃣👉 I just released a part of this video. Watch it here - 🤍 SAMPLE FILE 👉 🤍 Companion article + resources - 🤍 Online VBA Class for more - 🤍 Timestamps ⏱ = 0:00 Introduction 1:20 VBA in Excel - where to find it? 2:40 A simple macro - coloring cells 4:55 Recalling the macro (adding a button) 6:30 Modifying recorded macro code (VBE) 10:26 To-do list application with VBA 18:37 Data extractor app with VBA 22:39 How to learn more VBA Resources to learn VBA 📗💻💡 Companion article + resources - 🤍 My recommended Excel + VBA books - 🤍 Online VBA Class for more - 🤍 Playlists & Videos 📃🎥 My VBA examples playlist - 🤍 Introduction to conditional formatting video - 🤍 Got Questions 🤷♂️❓ = Post a comment so I can guide you. * The amazon shop link uses my affiliate code.
This tutorial is your introduction to Excel's Visual Basic Editor (VBE). This is the place macros from the macro recorder are recorded as well as the place you'll be writing any VBA code. ➹ ➹ Excel VBA Course ➹ ➹: 🤍 You learn about the different ways you can get to the VBA editor. I'll show you where the code window is and the different views and windows inside the editor - you'll find out how to activate the properties window, immediate window (which we'll be using a lot inside the course) as well as additional editing options which can come in really handy. 00:00 How to Use the Visual Basic Editor in Excel 00:26 Introduction to the Visual Basic Editor 09:36 Visual Basics and Color Guidelines 19:32 Unlock Excel VBA and Macros Course - From Beginners to Advanced 🡻 Sample Workbook used in Last Lecture🡻 🤍 The Article : 🤍 ★★ Links to related videos: ★★ Excel dynamic macro to copy data from one sheet to another: 🤍 ★ My Online Excel Courses ► 🤍 ✉ Subscribe & get my TOP 10 Excel formulas e-book for free 🤍 EXCEL RESOURCES I Recommend: 🤍 Get Office 365: 🤍 Microsoft Surface: 🤍 GEAR Camera: 🤍 Screen recorder: 🤍 Microphone: 🤍 Lights: 🤍 More resources on my Amazon page: 🤍 Let’s connect on social: Instagram: 🤍 Twitter: 🤍 LinkedIn: 🤍 Note: This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support! #ExcelVBA
↓↓ Mein kostenloser EXCEL VBA Grundlagenkurs für Einsteiger ↓↓ Alle Videos & Codes - KOSTENLOS & OHNE ANMELDUNG: 💥 🤍 💥 Danke an Euch für den tollen Support und das motivierende Feedback! ❤
📚 The Excelerator Course is perfect for beginner to intermediate level Excel users: 🤍 📈 The Advanced XL Dashboards Bundle is perfect for analysts who work in finance and accounting, business intelligence, research and information technology. 🤍 💹 Save when you get Excel for Microsoft 365 (PC or Mac): 🤍 📊 Simple Sheets - 100+ Templates for Conquering Excel: 🤍 🏫 Excel Academy by MyExcelOnline: 🤍 👕 Excel Merch by CheatSheets: 🤍 🎁 Bonus Excel Content by CheatSheets: 🤍 🌎 Where you can follow us ⬇️ Instagram: 🤍 TikTok: 🤍 Twitter: 🤍 Linkedln: 🤍 Facebook: 🤍 Patreon: 🤍 Note: This description contains affiliate likes, which means that at no additional cost to you, we may receive a small commission for each purchase that you make using our affiliate links. This helps support our channel and allows us to continue creating valuable content for viewers like you.
In this Excel VBA tutorial, we explain what VBA is in Excel. We look at how the Macro recorder builds code in the VBA editor and teach you the structure behind the code by looking through it line by line and making edits. This explanation of VBA is from the full, Macros and VBA for beginners course on Simon Sez IT. If you are new to VBA and are looking for a VBA explanation, start here! 🌍 Get unlimited training with Simon Sez IT’s 150+ courses ⏩ 🤍 🚀 Level up your skills with a free 30-day trial to our complete training library of 8,500+ videos ⏩ 🤍 💻 Watch more free popular training tutorials from Simon Sez IT: 🔥Check out our FREE 300+ hour training course playlist here ➡️ 🤍 ✅ Check out our free video playlist for Excel beginners 👉🤍 ✅ Excel 2021 Tutorials for Intermediate Users 👉🤍 ✅ Microsoft Excel Tips and Tricks 👉 🤍 ✅ Microsoft Office 2021 and Office 365 Training here 👉🤍 💬Stay in touch! SimonSezIT.com: 🤍 LinkedIn: 🤍 FaceBook: 🤍 🔔 Subscribe to our channel: 🤍 If you enjoyed the video, please give a thumbs up 👍🏽 ;-)
Get access to the full course: 🤍 In this video you'll learn the basics of Macros and VBA in Excel. Plus you learn all of this in 10 minutes! Macros allow you to automate repetitive tasks in Excel. I'll show you how to to enable the Developer Tab, which allows you to record and run macros. We'll do an example on how to automatically create and format an Excel chart based on a dataset. This dataset has different ranges so we want to record the macro in such a way that its dynamic depending on the size of the data. You'll learn to avoid a common mistake when referencing ranges in Excel. Instead of hardcoding a certain data range with excel macros we'll use dynamic cell referencing. I'll show you what the macro recorder can record and which actions you have to add yourself to the visual basic editor. I'll add an example by using the IF statement in VBA and also referencing a range for the chart title. Learn how to save your spreadsheet so you can access your Excel macros again in the future. ★ My Online Excel Courses ► 🤍 00:00 Excel Macro Tutorial for Beginners 01:12 How to Record a Macro in Excel 06:36 How to Manually Adjust Code in Visual Basic Editor 07:33 Add IF Condition to Avoid Errors 09:10 How to Save Excel Workbook With Macro 09:34 Wrap Up ⯆ DOWNLOAD the sample workbook here: 🤍 LINKS to related videos: ► Relative Referencing - Copy Data from one Sheet to Another: 🤍 Check out the FULL VBA Playlist: 🤍 ✉ Not sure which of my Excel courses fits best for you? Take the quiz: 🤍 EXCEL RESOURCES I Recommend: 🤍 Get Microsoft 365: 🤍 Microsoft Surface: 🤍 GEAR Screen recorder: 🤍 Main Camera: 🤍 Backup Camera: 🤍 Main Lens: 🤍 Zoom Lens: 🤍 Audio Recorder: 🤍 Microphone: 🤍 Lights: 🤍 More resources on my Amazon page: 🤍 Let’s connect on social: Instagram: 🤍 Twitter: 🤍 LinkedIn: 🤍 Note: This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support! #MsExcel #ExcelVBA
Introduction to Excel VBA | Excel VBA series lesson-1| Excel VBA Beginners tutorial in hindi #excelvba #vbaseries #excelvbaforbeginners #computergyanguruji Our second channel 🤍youtube.com/computergurujitechnical 🤍amazon.in/shop/computergyanguruji Follow us on instagram 🤍 Twitter 🤍 Facebook 🤍 MS Excel Videos 🤍 MS Excel for Beginners 🤍 MS Word 🤍 MS PowerPoint 🤍 MS Access 🤍 MS Paint 🤍 MSW Logo 🤍 Notepad & HTML 🤍 CSS 🤍 Computer Education 🤍 Other 🤍 Tally 🤍 Internet 🤍 Computer GK 🤍 Reasoning 🤍 Airthmatics 🤍
Simple, Dynamic and Fully Automated Form in Excel - Step by Step Tutorial In this video, we will learn how to create a fully automated Data Entry Form in Excel with List Box Control as a database. Here, we will utilise Text Box, Option Button, Combo box, List Box, Command Button and Frame to develop this automated form. If you don't know the VBA or Macro then there is no need to worry. This tutorial is a Step by Step guide and with the help of this tutorial, you will be able to develop a fully automated data entry form and learn several VBA tips and coding. #DataEntryForm #TheDataLabs Please follow the below link to download the Excel file used in this video. 🤍 Please visit our website for learn more about Excel, Power BI, VBA and Visualization. 🤍thedatalabs.org Please contact us on info🤍thedatalabs.org Thanks for watching! Please like, share, comment and subscribe. Have a great day!
In This video we will learn how to start coding and learning Visual Basic in excel. It is going to be a Complete series on VBA where you will learn Complete basics of Excel VBA and its application development. Excel Course for Working Professionals Buy here: Enroll today to receive an early bird discount. Hurry, this deal is only available for a short time! Link -🤍
This course, delivered live and interactive, is aimed at absolute beginners in Excel VBA. Building from the basics, we will explore the power of Excel VBA and appreciate the transformational effect it can have on people's work. I will show you the techniques I use to deliver massive value for my clients in the real-world context using Excel VBA, and give you demonstrations to get you using at least some of them. 🎬Series Playlist🎬 🤍 Yes, I cannot make you a computer programmer in 15 hours but I can help you appreciate the possibilities and equip you with the basic tools and concepts. Welcome to the 30 for 30 Excel VBA Absolute Beginner Course! In part 1, we will look at how to set up your computer for Excel VBA and create your first custom-coded Excel macro. Yes, you're now a computer programmer! - 🎥RECOMMENDED FOLLOW UP CONTENT🎥 👉Before You Start Excel VBA, Watch This! 🤍 👉9 Excel VBA Beginner Mistakes 🤍 👉My Spreadsheet Story (What's Yours?) 🤍 - 🎫Get Your Channel Membership HERE🎫 🤍 🎥🎁YOUR EXCEL CHEATSHEET 🎁1 Page Summary Of What You Need To Know 🤍 😊🤍 🐦🤍 💻🤍
Get access to the full course here: 🤍 Understanding Objects, Properties and Methods in VBA is really important if you'd like to write your own Excel VBA code from scratch or update the VBA code you find on forums. This Excel VBA tutorial for beginners, includes two lectures from my "Unlock Excel VBA and Macros" course which is coming out in April. I cover objects and the Object library in detail inside the course. This is also a key concept. We cover this in detail as well as how to find the right object reference and the right syntax to be able to write your code. Written Article: 🤍 ➹ ➹ Excel VBA Course ➹ ➹ This Excel VBA tutorial for beginners, is part of my "Unlock Excel VBA and Macros" course. Get it here: 🤍 Check out the last (10:50) 2 minutes of this video to get an overview of the course topics. ★★ Links to related videos: ★★ Learn about Visual Basic Editor: 🤍 Recording macros: 🤍 ★ My Online Excel Courses ★ Courses ► 🤍 ✉ Subscribe & get my TOP 10 Excel formulas e-book for free 🤍 EXCEL RESOURCES I Recommend: 🤍 Get Office 365: 🤍 Microsoft Surface: 🤍 GEAR Camera: 🤍 Screen recorder: 🤍 Microphone: 🤍 Lights: 🤍 Note: This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support! #ExcelVBA
Get access to the full course here: 🤍 It’s best practice to declare your Excel VBA variables before you use them. Declaring variables means that you give VBA a heads up that it needs to free up some memory space for your variables which will in most cases be less than the default. That's why it's important to understand the concept of data types and how much memory space each of these types will take. The less memory you allocate to a variable, the faster your code will run. I show the range associated to each data type - such as numbers, text, date, currency etc in the video. By default VBA assigns the data type “variant” to each variable. Variant means it changes depending on the data type so is it text, number or date. It will allocate around 16 bytes of memory if it’s a number and 22 bytes + length of string. ★ Links to related videos: ★ Learn about Visual Basic Editor: 🤍 Properties & methods in VBA: 🤍 Blog Post: 🤍 ★ My Online Excel Courses ★ Courses ► 🤍 ✉ Subscribe & get my TOP 10 Excel formulas e-book for free 🤍 EXCEL RESOURCES I Recommend: 🤍 Get Office 365: 🤍 Microsoft Surface: 🤍 GEAR Camera: 🤍 Screen recorder: 🤍 Microphone: 🤍 Lights: 🤍 Note: This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support! #ExcelVBA
Excel 2019 VBA Intermediate Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 Introduction to Expressions, Variables, and Intrinsic Functions 2:06 Variables - Overview, Naming Rules, and Conventions 3:48 Variable Declaration Methods and Scope5:35 VBA Data Types 7:40 Option Explicit Statement and Removing Variables from Memory 9:26 Concise Ways to Declare Variables 13:43 Declaring Procedure Level String Variables and Reviewing Intrinsic Functions and VIN Characters 17:19 Assigning Values to Variables Using Intrinsic Functions and the Line Editor 21:14 Testing the Sub Procedure and Introduction to the With-End With Structure and the Offset Property 28:26 Creating a With-End With Structure that References the Offset Property and Testing the Procedure 33:40 Troubleshooting the Procedure and Re-Testing It 37:44 Saving Files as Macro-Enabled 40:50 Overview of MsgBox and InputBox Functions 41:24 Modifying an Event Procedure to Include a Message Box 46:56 Testing the Message Box Function 51:44 Modifying a Sub Procedure to Include an Input Box 52:56 Testing the Input Box Function 59:45 Overview of Object Variables 1:01:03 Using Object Variables in a Sub Procedure 1:02:38 Testing a Sub Procedure by Stepping Into It 1:10:33 Expressions, Variables, and Intrinsic Functions Recap 1:15:04 Introduction to Controlling Program Execution 1:18:24 Controlling Program Execution and Control of Flow Structures 1:19:02 Boolean Expressions, Logical Operators, and Comparison Operators 1:21:10 Overview of the If-Then Constructs 1:24:40 Using the If-Then-End If Construct 1:27:01 Creating a Function Procedure Using the If-Then-Else-End If Construct 1:30:32 Calling a Function Procedure from a Sub Procedure 1:34:47 Testing the Function Procedure and Modifying the Code 1:37:54 Creating a Function Procedure to Extract the Year from the VIN 1:39:55 Testing the Year Extraction Function 1:43:30 Creating a Function Procedure Using the If-Then-ElseIf-End If Construct 1:44:14 Creating a With-End With Structure for Concise Code - Testing Procedure 1:47:47 Select Case Overview - End Select Construct 1:50:29 Creating Functions Using the Select Case - End Select Construct 1:51:20 Creating Functions by Using a Text File 1:55:13 On Your Own - Creating a Function to Extract the Make 1:58:24 Testing Final Three Function Procedures for Extraction 2:00:11 Overview of Looping Constructs 2:00:56 Using a Do While Loop to Populate the Spreadsheet 2:04:14 Creating Procedures to Append and Clear Info on Sheets 2:08:20 Testing the Append and Clear Sheet Procedures 2:14:19 Avoiding Errors by Using an If-Then-Else Construct 2:15:01 Using the For-Each-Next Loop 2:22:58 Controlling Program Execution Recap 2:27:46 Conclusion 2:28:51 #excel #exceltutorial #exceltips #vba #excelvba (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
Learn the basics of visual basic (VBA) programming for Excel spreadsheets with this series of 4 videos. Watch all of Tiger's Excel VBA tutorials in this playlist: 🤍 Also check out our Excel VBA for Post-Beginners series, where we apply code to an everyday task: 🤍 🎁YOUR EXCEL CHEATSHEET 🎁1 Page Summary Of What You Need To Know 🤍 Get in touch with us online, we would love to hear from you. 🤍 🤍 🤍
Apprendre à programmer en Visual Basic sous Excel pour créer des applications professionnelles très puissantes et répondre aux besoins d'entreprise. Le VBA Excel est un langage orienté Objets qui permet de manipuler tous les éléments d'un tableau, d'une feuille ou d'un classeur Excel. Ainsi cette formation propose de découvrir quels sont les objets de programmation fondamentaux sous Excel ainsi que les propriétés et méthodes pour tirer partie de toute la puissance d'Excel. #ApprendreVBA #VbaExcel #FormationExcel #ProgrammationExcel Entraînez vous avec la version complète sur le site : 🤍
Basic knowledge and Tutorials on how to create a Data Entry Form using Excel + Visual Basic Programming. 🤍 - 10 useful tricks on excel 🤍 - HACKING METHOD TO RECOVER YOUR FORGET PASSWORD 🤍 - USEFUL RUN COMMAND SHORTCUT 🤍 - EXCEL VBA WITH MACRO HOW TO RECORD TUTORIALS 🤍 - HOW TO CREATE LOG IN SYSTEM- VERY EASY & SIMPLE CODE Don't Forget to Like and Subscribe for more coming tutorials.... Thank you and God bless!!! how to create data entry form in excel how to create data entry form in excel vba how to create data entry form in excel 2007 how to create data entry form in microsoft excel how to create data entry form in excel 2016 how to create data entry form in excel using vba how to create data entry form in excel - ms office how to create data entry form excel 2016 how to create a data entry form in excel 365 how to create a data entry form in visual basic 6.0 excel macros شرح excel macro tutorial excel macros tutorial excel macro examples excel macro button excel macros for dummies excel macros examples excel macro i excel macro i loop excel macro i as variable for i excel macro macro excel se déplacer dans une feuille excel macro se ha producido el error 1004 excel macro se déplacer d'une cellule excel macro set excel macro se ha producido el error 9 macro excel s.c excel macro se cella contiene macro excel se cella vuota excel macro se requiere un objeto ctrl z excel macro excel macro command type 0 excel macro .commandtype = 0 excel macro #div 0 error excel macro delete 0 excel macro remove 0 excel macro error 0 excel macro error commandtype = 0 excel macro add leading 0 excel macro filter out 0 excel macro to hide 0 excel macro 0 remove 0 from excel macro excel macro 101 excel macro 1004 excel macro 1004 error excel macro 1 cell down excel macro 1004 application-defined or object-defined error excel macro 1 cel naar beneden excel macro 100 cpu excel macro 1 sheet excel macro 100 excel macro 1004 hatası add 1 macro excel rc 1 excel macro macro 1 excel excel macro 2016 excel macro 2019 excel macro 2010 excel macro 2007 excel macro 2 dimensional array excel macro 2d array excel macro 2013 excel macro 2016 pdf excel macro 2016 tutorial excel macro 2007 tutorial excel 2 macros 1 button excel 2 macro sheets excel 2 macro sheets and add-in files 2 macros excel merge 2 macros excel excel macro 2 decimal places excel 2 sheet comparison macro compare 2 excel files macro compare 2 excel sheets macro excel macro 32 bit to 64 bit excel macro 365 excel macro 3 dimensional array excel macro 32809 excel macro 3d array it excellence award it excellence award 2019 it excellence award in disaster management it excel llc reviews it excel templates it xcel consulting it excellence sp. z o.o it excel courses it excel llc training it excel llc i in excel formula i in excel vba i'm excellent in spanish i'm excellent in french i excel in sentence it excellence awards it excellence awards 2019 0 in excel 0 in excel cell 0 in excel disappear 0 in excel error 0 in excel phone number 0 in excel blank hide 0 in excel #div/0 in excel show 0 in excel hide #div/0 in excel excel it activity 10 quiz scores it 11ga excel it-11 uma excel excel it activity 10 excel it activity 12 excel it activity 15 best buy it excel form 2018-19 it form 16 excel format excel it activity 15 excel it activity 14 move it excel 2019 fix it excel 2016 fix it excel 2010 excel it 2nd edition it 2 excel utility it txartela excel 2010 basico prove it excel 2013 power user test answers it txartela excel 2010 avanzado prove it excel 2010 test answers stick it excel 3d transparent dots fix it 3.6 excel 2016 excel it activity 31 fix it 3.6 excel excel it activity 30 excel it activity 30 nba standings excel it activity 37 stocks excel it activity 34 excel it activity 33 top 10 candy bars excel it activity 34 expense report excel it activity 4 excel it activity 47 ringtones excel it activity 44 search engines excel it activity 45 iphone games excel it activity 44 excel it activity 4 la lakers excel it activity 47 excel it activity 48 excel it activity 48 raise excel it activity 49 nba standings 2 excel it activity 5 excel it activity 5 class roster excel it activity 50 excel it activity 54 excel it activity 51 it's $5 excelsior springs missouri it's $5 excelsior springs it's $5 excelsior springs mo it's 5 dollars excelsior springs it's 5 store excelsior springs it 5 store excelsior springs mo it's 5 dollars excelsior springs mo excel it activity 6 excel it activity 6 automobile research excel it activity 6 automobile research xls excel it activity 6 automobile research download excel it activity 6 automobile research answers excel it activity 6 automobile research pdf excel it activity 7 excel it activity 7 the gap excel it activity 8 excel it activity 8 class roster 2 excel it activity 8 fbla club members 2
In this Microsoft Excel Tutorial you will learn Excel Macros & VBA Programming inside 1 Hour! DOWNLOAD THE PRACTICE WORKBOOKS & FREE MACROS & VBA CHEAT SHEET: 🤍 I am using Excel 2016 in this VBA Excel Programming & Macro tutorial but you can also apply what I teach in Excel 2010, Excel 2013, Excel 2019 and Excel Mac versions 2011 and 2016 (as well as the latest Office 365 version). In this Excel Macro & VBA Programming tutorial for beginners you will learn how to: 👉 Record MACROS & Write VBA Code within 1 HOUR! 👉 AUTOMATE repetitive & boring tasks with a single press of a button that will SAVE YOU Time & Money! 👉 Save and share your Macros! 👉 Debug and step into your VBA code DOWNLOAD THE PRACTICE WORKBOOKS & FREE MACROS & VBA CHEAT SHEET: 🤍 JUMP TO AN EXCEL FORMULA & FUNCTION TUTORIAL WITHIN THIS VIDEO: 0:00:00 - Introduction 09:00 - Record a Macro 21:40 - Modify a Macro using the VBA Editor 27:30 - Save a Macro Enabled Workbook 29:30 - Insert a Worksheet & Rename it using a Macro 43:25 - Add a Macro to the Quick Access Toolbar 45:45 - How to add a Button to run a Macro 50:03 - Step into & debug your VBA code 🔥 OUR BEST EXCEL RESOURCES 🔥 👨🏫 Get 30+ Excel & Office Courses & support for ONLY $1💵 (all levels covered) Learn Formulas, Macros, VBA, Pivot Tables, Power Query, Power Pivot, Power BI, Charts, Financial Modeling, Dashboards, Word, PowerPoint, Outlook, Access, OneNote, Teams, Project, PowerApps, PowerAutomate, Visio, Forms & MORE! Join Now for ONLY $1 (LIMITED TIME OFFER) 👉 🤍 📚 Download Our Free 101 Excel Tips & Tricks E-Book: Download for FREE 👉🤍 💻 Access 1,000+ Free Excel & Office tutorials over at our award-winning blog: Access for FREE 👉🤍 📚Get All Our 101 Excel E-Book series on Formulas, Macros & Pivot Tables: 🤍 📚101 Most Popular Excel Formulas Paperback on Amazon: 🤍 📚101 Ready To Use Excel Macros Paperback on Amazon: 🤍 📚101 Best Excel Tips & Tricks Paperback on Amazon: 🤍 👷 Excel Consulting Services: 🤍 💻 Looking for more Microsoft Excel & Office tutorials? Check out our playlist below: 🤍 Feel free to comment and ask questions about this Microsoft Excel tutorial below and we will get back to you with the answer ASAP! If you enjoyed the video, please give a thumbs up, comment, share. Do not forget to SUBSCRIBE to this channel to get our new Microsoft Excel tutorials delivered straight to you each week! Thank You :) Cheers, JOHN MICHALOUDIS Chief Inspirational Officer & Microsoft MVP 🤍 ❤️ Let’s connect on social ❤️ LinkedIn: 🤍 Instagram: 🤍 Pinterest: 🤍 Facebook: 🤍 Twitter: 🤍 #MyExcelOnline #MsExcel #Macros #VBA
Excel 2019 VBA Beginner Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 Getting Started 2:06 VBA Overview 3:35 Adding the Developer Tab to the Excel Ribbon 6:48 Record Macro Dialog Box 8:06 Recording Macros 11:43 Testing Macros 15:21 Visual Basic Editor Overview and Changing Font Settings 17:18 Customizing VBE Toolbar 23:54 Editing VBA Code Generated by Recording a Macro 25:53 Using the Properties Window to Rename Objects 34:55 Saving Macro-Enabled Workbooks 38:23 Testing Macro Changes in Another Excel File 41:27 Undoing Macro Steps and Modifying Trust Center Settings 46:09 Getting Started Recap 53:21 Excel Object Model Hierarchy Overview and Collections 54:49 Referencing Objects 59:49 Introduction to Procedures and Functions 1:06:26 Understanding Module and Procedure Types 1:08:05 Naming Rules and Conventions for Procedures 1:10:12 Starting Macro Recordings from the Status Bar 1:12:10 Creating a Macro that Copies Data from Another File into the Current File 1:16:33 Reviewing Methods and Examples 1:18:26 Reviewing Newly Generated Code 1:20:18 Creating a Sub-Procedure from Scratch Using the Insert Menu 1:24:30 Modifying Two Existing Sub-Procedures 1:30:14 Executing Procedures and Creating a Calling Procedure from Scratch 1:35:26 Understanding the Scope of Procedures 1:39:35 Testing Calling Procedures 1:42:50 Creating Event Procedures 1:46:31 Testing Calling Procedures 1:51:13 Creating Function Procedures 1:52:13 Testing Function Procedures in the Immediate Window 1:59:23 Testing Function Procedures in Excel - User Defined Function 2:02:45 Accessing Context Specific Help from VBE 2:05:43 Procedures and Functions Recap 2:09:19 Conclusion 2:10:14 #excel #exceltutorial #exceltips #vba #excelvba (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
🔥 Data Analyst Master's Program (Discount Code: YTBE15): 🤍 🔥 Professional Certificate Program In Data Analytics: 🤍 This video on Excel VBA Tutorial will give you an idea on visual basics for applications and how to use it in Excel. You will explore several examples to solve tasks using VBA. You will look at the different functions, conditions, looping statements, and much more. 🔥Free Business Analytics with Excel Course - 🤍 ✅Subscribe to our Channel to learn more about the top Technologies: 🤍 ⏩ Check out the Business Analytics tutorial videos: 🤍 #ExcelVBATutorial #ExcelVBAProgramming #VBAForBeginners #ExcelTutorial #ExcelForBeginners #ExcelBasicsForBeginners #ExcelTutorial #ExcelTutorialForBeginners #BusinessAnalystCourse #BusinessAnalyst #BusinessAnalytics #Simplilearn Post Graduate Program in Business Analysis: Get your business analysis career started with our Post Graduate Program in Business Analysis, in partnership with Purdue University. This business analysis certification program helps you build extensive business expertise with real-world projects and prepares you for the business analyst role. This Post Graduate Program in Business Analysis will help you master business analysis techniques, Agile Scrum methodologies, SQL database, and visualization tools, including Excel, Power BI, and Tableau. You will learn about business analysis planning and monitoring, build interactive dashboards and understand the competencies of a Business Analyst. Program Details: Jumpstart your career as a Business Analysis Professional with this comprehensive curriculum covering the concepts of business analysis tools and techniques, statistics fundamentals, interaction with databases using SQL, and data visualization using excel, Power BI, and Tableau. Key Features: ✅ Purdue Post Graduate Program Certification ✅ Purdue Alumni Association Membership ✅ Masterclasses from Purdue faculty ✅ Enrollment in Simplilearn’s JobAssist ✅ Get noticed by the top hiring companies ✅ Case Studies from Harvard Business Publishing Education ✅ Obtain 35 IIBA PDs/CDUs and 25 PMI PDUs ✅ 170+ hours of Applied Learning ✅ 11+ hands-on projects ✅ Capstone project in 3 domains Learn more at: 🤍 For more information about Simplilearn’s courses, visit: - Facebook: 🤍 - Twitter: 🤍 - LinkedIn: 🤍 - Website: 🤍 - Instagram: 🤍 - Telegram Mobile: 🤍 - Telegram Desktop: 🤍 Get the Android app: 🤍 Get the iOS app: 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Excel 2021 VBA Beginner Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this 4-part series, we start with the basics, giving you an overview of what you can do with VBA and its advantages over recording macros in the Excel interface. We'll record a macro, which produces VBA code in the background, and learn the Visual Basic editor environment before editing the code generated by our macro. Throughout this section, you will learn some key terminology that will help you along the way. We will end the first lesson by learning how to save a macro-enabled workbook and modify trust center settings pertaining to macro security. We will then move on to understanding the Excel Object Model, collections, and how to reference objects in VBA code. Once those basics are covered, you will be ready to move on to learning about the different types of procedures, creating procedures, learning the scope of procedures, and working with methods. You will also learn how to get VBA context-specific help from within the editor. A key component of VBA is language elements. We will learn about this important topic by going over variables, their scope, and how to declare them. You will also gain an understanding of VBA data types, intrinsic functions, and the With-End With structure and how it provides efficiency in your code. You will also learn to create message boxes and input boxes in this lesson, as well as gain an understanding of object variables. The next lesson will teach you how to control program flow through supported control-of-flow structures. This lesson begins with an overview of structures and Boolean expressions. You will then learn how to utilize conditional branching, with the lesson ending with looping constructs. We move into creating a form and programming its controls. During this lesson, you will learn about form properties, events, and methods, and learn how to add controls to the form and modify control properties. You will ultimately launch a form with code. The next lesson will take you through the steps necessary to create a Pivot Table programmatically in VBA. The series ends with you learning how to deal with code errors (debugging) and how to write error-handling code. By the end of this training series, you will be equipped with the basics to start writing your own VBA code, modify macros you’ve recorded, and have an understanding of how VBA lends itself to creating efficiency in your daily tasks. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 VBA Basics 1:59 Getting Started 3:56 Example of Object-Oriented Programming Using Excel 5:17 Why VBA? 6:19 VBA vs Macros 7:01 Adding the Developer Tab to the Ribbon 8:33 Filling in the Record Macro Dialog 10:14 Recording Macros 13:21 Testing Macros 16:14 Exploring VBE 17:43 Viewing VBE Options and Reviewing Macro Code 21:06 Editing Macro Code and Using Project Explorer and Properties 28:00 Adding Useful Commands to the Toolbar 32:49 Saving Macro-Enabled Workbooks 35:52 Testing Edited Macros 38:56 Reviewing and Changing Security Settings 41:49 VBA Basics Recap 46:20 Excel Object Model Hierarchy and Collections 47:52 Referencing Objects and Simplifying Object References 52:34 Introduction to Modules and Procedures 58:46 Understanding Modules 59:50 Understanding Procedures 1:01:53 Recording More Macros 1:06:42 Creating Sub-Procedures from the Menu in VBE 1:11:04 Reviewing New Code and Editing Existing Code 1:16:49 Creating Calling Procedures 1:21:15 Testing Calling Procedures 1:24:56 Creating Event Procedures 1:26:10 Creating Function Procedures 1:31:10 Reviewing and Testing Function Procedures 1:37:30 Getting Context Sensitive Help in VBE 1:42:35 Modules and Procedures Recap 1:45:58 Conclusion 1:47:27 #excelvba #exceltutorial #vba #exceltips #excel #visualbasic (C) 2023 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
Kostenloses Beratungsgespräch: 🤍 In diesem Tutorial lernst du alles, was du als Anfänger über VBA für Excel wissen musst. Dabei werden wir gemeinsam einige kleine Programme schreiben, mit denen du alle nützlichen Basisfunktionen von VBA beherrschen lernst. Excel-Sheet Download: 🤍 00:00 | Einleitung 01:33 | Testdaten 04:28 | Entwicklertools einschalten 05:39 | Code Editor 06:30 | Eigene Funktion schreiben 12:04 | Summen-Funktion schreiben 14:47 | Verzweigungen 24:54 | Texte generieren 36:03 | String unterteilen 40:16 | Arrays 52:09 | Erstes Programm: Kundentabelle 01:02:52 | Kundentabelle: Dictionaries 01:27:17 | Kundentabelle: Typ A und Typ B Kunden 01:35:51 | Grafische Oberfläche (GUI) Instagram: 🤍 (Junus Ergin) Tiktok: 🤍 (Herr Programmierer) _ Über diesen Kanal Die Developer Akademie bildet dich zum Programmierer weiter. Auch wenn du noch NIE eine Zeile Code geschrieben hast, ist es möglich in 3 - 6 Monaten einen gut bezahlten Job zu finden. Dafür musst du NICHT nur programmieren mit Online-Tutorials lernen, sondern einen guten LEBENSLAUF mit vielen verschiedenen Projekten vorweisen. In unserem Programm hast du ständigen Kontakt zu unseren Coaches, Hausaufgaben, Abgabefristen und Projekte aus der Praxis für deinen Lebenslauf. Am Ende erstellen wir mit dir einen perfekten Lebenslauf und unterstützen dich bei deiner Bewerbung. Informiere dich auf 🤍
Excel VBA Tutorial in Hindi is video maine explain kiya excel vba coding course ke bare me ke ye kitana useful hai aur isse hum kya kya kar sakte hai agar ye excel vba course aap sikhan chahte hai to humara learn more app check kijiye. Excel VBA Course me aap beginners advance excel vba sikhoge #ExcelVBATutorial #VBATutorialHindi #excelvba Learn Satish Sir courses with Certificate Download Course App : 🤍 Course Website :🤍 Course Features : ✅ सभी Videos सरल हिंदी भाषा में ⬇️ Download Video in APP ✅ Basic to Advance Courses ✅ Practice Files (Yes) ✅ PDF Shortcuts ✅ Course Completion Certificate ✅ Instant Access ✅ Watch on Desktop : 🤍 Telegram channel: 🤍 Check our latest blogs: 🤍 Social media Pages: Facebook Page Link: 🤍 Instagram Page Link: 🤍 My Other Channels: Real Tutorial: ✅ 🤍 Complete Technology:✅ 🤍 Learn more shorts:✅ 🤍 Satish Tech (Marathi):✅ 🤍 Tally Tutorial:✅ 🤍 Excel Tutorial:✅ 🤍 Learn More:✅ 🤍 Curiosity: ✅ 🤍 My YouTube Gears : Best Mic for Recording (Condensor Mic): 🤍 Best Mic for Recording (Dynamic Mic ): 🤍 My DSLR Camera Canon 200D: 🤍 My Laptop (Video Editing): 🤍 Laptop (Office Use/ Home use / Budget Laptop) : 🤍 Antivirus: 🤍 Screen Recording Software: 🤍 Video Editing Software: 🤍 Green screen with Stand: 🤍
Learn to write Visual Basic for Applications (VBA) from scratch, directly in the VB editor in Excel. This tutorial covers common code snippets to automate simple actions and give a good understanding of VBA. Also, you learn what Object-Oriented Programming is and how it affects everything you do in VBA. Do you want to learn more VBA? Then enroll in my FREE online VBA course. The course is sent to your inbox in 3 lessons of ~10 minutes each. More than 100,000 people have already enrolled. 👉 Go to 🤍 and sign up - it's 100% FREE.
In this video, I'm going to show you how I use VBA and ChatGPT to automate some pretty tedious Excel tasks. We'll be consolidating data, sending mass emails with personalized text and attachments, and even automating pivot table creation. I'll walk you through step by step, showing you how easy it is to use ChatGPT to generate the VBA code for these tasks, and how little effort it takes to implement them in your own workbooks. So, come along with me and let's make Excel work for us, instead of the other way around! 🌎 𝗥𝗘𝗦𝗢𝗨𝗥𝗖𝗘𝗦: The Excel files can be found here: 🤍 ⭐ 𝗧𝗜𝗠𝗘𝗦𝗧𝗔𝗠𝗣𝗦: 00:00 – Intro 00:26 – 1. Example: Extract data from multiple files 02:15 – 2. Example: Send personalized emails 05:59 – 3. Example: Find and replace values 08:15 – 4. Example: Create pivot tables and charts 10:15 – Outro ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ 𝗖𝗢𝗡𝗡𝗘𝗖𝗧 𝗪𝗜𝗧𝗛 𝗠𝗘: 🌎 Website: 🤍 📝 GitHub: 🤍 ⭐ Discord: 🤍 ▶️ Subscribe: 🤍 🎉 𝗙𝗥𝗘𝗘 𝗘𝘅𝗰𝗲𝗹 𝗔𝗱𝗱-𝗶𝗻 𝘁𝗼 𝗯𝗼𝗼𝘀𝘁 𝘆𝗼𝘂𝗿 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝘃𝗶𝘁𝘆 Get it here: 🤍 📚 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀 𝗳𝗼𝗿 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗩𝗕𝗔 & 𝗣𝘆𝘁𝗵𝗼𝗻 Check out my recommendations: 🤍 ☕ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲❓ If you want to support this channel, you can buy me a coffee here: 🤍
In this Excel VBA tutorial, we are going to familiarize ourselves with the layout and format of the VBA editor. We are going to learn that what are the various windows present in VBA editor along with their importance 🌍 Microsoft Excel VBA Course🌍 00:00:01 1 - Introduction | The Visual Basic Editor (VBE) 00:10:39 2 - How To Use The VBA Editor In Excel (1/2) 00:20:46 3 - How To Use The VBA Editor In Excel (2/2) 00:31:12 4 - Writing/Creating Macros In Visual Basic For Applications 00:41:09 5 - Cell Referencing in VBA | VBA Cell References Methods 00:51:51 6 - Excel VBA Cell Referencing Ranges 01:02:45 7 - Copy And Paste Cell Data In VBA 01:13:42 8 - Excel VBA Fonts | Excel VBA Font Property 01:24:27 9 - Color and ColorIndex properties in Excel VBA 01:34:41 10 - Background Colors in Excel VBA 01:45:21 11 - Excel VBA PasteSpecial Method 01:57:19 12 - Cell Orientation And Wrap Text in Excel VBA 02:07:21 13 - Merge UnMerge Cell Range in Excel VBA 02:18:20 14 - Cell Content Alignment in VBA For Microsoft Excel 02:28:43 15 - Applying And Customizing Borders In Cells 02:39:32 16 - Clear Cells in Excel using VBA 02:50:12 17 - Delete Cells using VBA in MS Excel 03:01:23 18 - Delete Sheets and Table Data in MS Excel 03:11:12 19 - VBA Insert Cells in MS Excel 03:21:11 20 - Column Width Manipulation in Excel VBA 03:32:15 21 - Row Height Manipulation in MS Excel VBA 03:42:43 22 - Activate and Select Cells in MS Excel VBA 03:53:06 23 - Hide and Unhide Columns, Rows, and Cells in Excel 04:03:43 24 - Sheet/Worksheet Referencing in Excel using VBA 04:13:50 25 - Name Property in MS Excel 04:24:06 26 - Displaying Sheet Names and using Copy Function in MS Excel 04:34:34 27 - Copy and Move Sheets in MS Excel 04:45:04 28 - Tab Color Property of Sheets in MS Excel 04:56:23 29 - VBA Hide (or Unhide) and Activate a Worksheet in MS Excel 05:06:51 30 - Sheet Protection using Excel VBA 05:16:56 31 - Create and Save a Workbook using VBA in Excel 05:26:58 32 - Open, Save and Close a Workbook in Excel using VBA 05:37:19 33 - Delete Workbook, Create Folder, Activate Workbook 05:47:52 34 - Variables in MS Excel VBA 05:57:54 35 - Declaring Variables and Using them in VBA 06:08:12 36 - Variable Types and Option Explicit Statement in VB 06:18:16 37 - Comments in Excel VBA 06:28:47 38 - MS Excel VBA Loops: For Next 06:38:53 39 - For Loop. For Next...Loop With Step in MS Excel VBA 06:49:38 40 - For Loop Applications | For Loop Examples 06:59:55 41 - For Each Next Loop 07:09:12 42 - Do While and Do Until Loops 07:19:40 43 - Types of Errors in VBA for Excel 07:30:58 44 - Excel VBA Error Handling 07:41:43 45 - Debugging Tools in Excel VBA 07:53:08 46 - Immediate Window in Excel VBA 08:03:45 47 - Using If...Then...Else statements in Excel VBA 08:13:57 48 - Nested IF statement in Excel VBA 08:24:39 49 - AND Operator with If Else Statements 08:34:53 50 - Select Case statements in MS Excel 08:45:47 51 - Input Box in MS Excel 08:57:28 52 - Message Box in Excel VBA 09:07:47 53 - Message Box Types and handling buttons 09:18:17 54 - String Functions in Excel using VBA 09:28:52 55 - Working with Dates in MS Excel, Date, CDate and DateAdd 09:39:30 56 - DatePart , Now , Time, Day , Month, Year Functions in MS Excel 09:49:48 57 - Splitting Time, TimeSerial, TimeValue Functions in MS Excel 10:01:15 58 - 1D Arrays in Excel VBA 10:12:00 59 - 2D and Dynamic Arrays in Excel VBA 10:23:29 60 - User Events And Event Handling In Excel VBA 10:33:12 61 - User Forms Introduction and Workbook Passwords 10:44:49 62 - Command Button and Events in User Forms 63 - Command Button and User Form Event Handling 64 - Text Box Control and Label Property in User Forms 65 - Radio Buttons in User Forms 66 - Frames in MS Excel VBA 67 - Check boxes in MS Excel User Forms 68 - List Boxes in User Form, get and Display Data via Excel Sheets 69 - Multipages in a Single form and Encryption in User Forms 70 - Data Validations on User Forms and ComboBox Control Welcome to the The Beginner's Guide course to Excel VBA (Visual Basic for Applications). This course enables you to Learn MS Excel VBA in simple and easy steps. In this Microsoft Excel Basics Tutorial series we will start from the basics and gradually move towards the Expert level in Microsoft Excel VBA. This MS Excel VBA course provides the Beginners to Intermediate Excel VBA Skills, Tips, and Tricks. In this course we will learn how to Enter and edit Excel data, Format numbers, fonts and alignment, Make simple pivot tables and charts, Create simple Excel formulas, How to Use Excel Functions IF and VLOOKUP. Learn common Excel functions used in any Office, How to Create dynamic reports, Build Excel formulas to analyze date, text fields, values and arrays and much more advanced stuff. In this video we will see the Overview of formulas in Excel. #Excel #ExcelVBA #MSExcel #MicrosoftExcel #ExcelTutorial #excelTutorial #excelTutorialForBeginners #excel #excelCompleteCourse #ExcelFormulas #ExcelFunctions
Excel VBA Expert Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. For ad free training and certificates please join Learnit Anytime: 🤍 Enroll in our live, instructor-led Excel VBA classes: 🤍 For Private Group Trainings please visit: 🤍 Join our online community! - 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Worksheets Methods 0:03 DateSerial and Format 3:28 Sheet Template Generator 13:32 Move 20:21 PrintOut and PrintPreview 23:40 Practice (Part 1) 25:51 Practice (Part 2) 34:20 Practice (Part 3) 35:54 Practice (Part 4) 37:38 Practice (Part 5) 41:11 Practice (Part 6) 51:48 Custom Functions (Part 1) 54:18 Custom Functions (Part 2) 1:01:01 Custom Functions (Part 3) 1:04:32 Wrapping Up 1:14:07 #ExcelVBA (C) 2021 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
The only course you need to learn VBA Programming and master Microsoft Excel. Learn VBA Macros, Variables, Userforms, Loops, Arrays, Pivot Tables, and much more. This course will give you the skills you need to start a career in Data Analytics and get hired in 2023. 🔥 Full VBA Programming course: 🤍 👍 Subscribe for free tutorials & exclusive content: 🤍 Graduates of Zero To Mastery are now working at Google, Tesla, Amazon, Apple, IBM, JP Morgan, Facebook, Shopify + other top tech companies. Many are also working as top-rated Freelancers getting paid $1,000s while working remotely around the world. 🎓 Here's just a few of them: 🤍 This could be you 👆 💥 Who is this VBA course for? ◾ Anyone who wants to take their Excel skills to the next level by learning VBA Programming from scratch ◾ Anyone looking to automate their repetitive manual tasks and work using VBA Macros ◾ Students who are interested in going beyond the typical "beginner" Excel VBA courses and tutorials out there ◾ Anyone who wants to work in the fields of data analysis and/or data science ◾ Developers, Data Scientists, Machine Learning Engineers, Business Analysts, Product Managers, Sales/Marketers, and anyone else who uses data to make business decisions ◾ Programmers who want to accelerate their career by adding data science & data analysis skills to their toolkit ◾ Programmers who want to learn a tool for the rapid development of data-driven applications 💥 Why take this VBA course? 1️⃣ We guarantee you that this is the best and most up-to-date VBA Programming course that you can find. You will learn Excel VBA Programming from scratch including powerful tools like VBA Macros and Pivot Tables. You'll also automate tasks in Excel, build your own enterprise-level data management system, and have the skills to get hired as a Data Analyst in 2023! 2️⃣ This course is not about making you just watch along without understanding the principles so that when you are done with the course you don’t know what to do other than watch another tutorial... No! This course will push you and challenge you to go from an absolute beginner in VBA programming and turn you into an Excel Power User 💪. 3️⃣ You also won't be learning alone. By enrolling today, you’ll also get to join our exclusive live online community classroom to learn alongside 1,000s of students, alumni, mentors, TAs and Instructors 👋 Start learning VBA now 👉 🤍 #zerotomastery
🔥 Data Analyst Master's Program (Discount Code: YTBE15): 🤍 🔥 Professional Certificate Program In Data Analytics: 🤍 This video on Excel Macros and VBA for beginners will help you learn two of the popular advanced concepts in Excel. You will understand how to create macros, run macros and automate tasks in Excel. You'll get an idea about VBA, how it works and solve specific problems in the VBA code editor. The topics covered in this video are: What Is Excel Macro 00:00:00 Excel Macro Demo 00:02:42 What Is VBA 00:11:50 Why VBA 00:12:41 VBA Editor Interface 00:14:10 VBA and Macros Demo 00:17:43 🔥Explore Our Free Courses: 🤍 ✅Subscribe to our Channel to learn more about the top Technologies: 🤍 ⏩ Check out the Business Analytics tutorial videos: 🤍 #ExcelMacrosAndVBAForBeginners #MacrosAndVBATraining #ExcelMacros #ExcelVBAProgramming #ExcelForBeginners #ExcelBasicsForBeginners #ExcelTutorial #ExcelTutorialForBeginners #BusinessAnalystCourse #BusinessAnalyst #BusinessAnalytics #Simplilearn What is Microsoft Excel? Excel is one of the best applications available on the market for creating spreadsheets to crunch numbers and dashboard reports as well as storing and administering data. This software first appeared on the scene back in 1987, and since then it has grown to become one of the most popular pieces of software for home or business. Excel can be used for data entry to store data in the form of a table such as recording your daily expenses or business expenditure. It can also be used for inventory management. Excel Macros and VBA A Macro in Excel is a set of tasks that you can execute as many times as you want. When you create a macro, you are recording your mouse clicks and keystrokes. VBA or Virtual Basic for Applications is the programming language of Excel that helps you to automate tasks by writing macros. Post Graduate Program in Business Analysis: Get your business analysis career started with our Post Graduate Program in Business Analysis, in partnership with Purdue University. This business analysis certification program helps you build extensive business expertise with real-world projects and prepares you for the business analyst role. This Post Graduate Program in Business Analysis will help you master business analysis techniques, Agile Scrum methodologies, SQL database, and visualization tools, including Excel, Power BI, and Tableau. You will learn about business analysis planning and monitoring, build interactive dashboards and understand the competencies of a Business Analyst. Program Details: Jumpstart your career as a Business Analysis Professional with this comprehensive curriculum covering the concepts of business analysis tools and techniques, statistics fundamentals, interaction with databases using SQL, and data visualization using Excel, Power BI, and Tableau. Key Features: ✅ Purdue Post Graduate Program Certification ✅ Purdue Alumni Association Membership ✅ Masterclasses from Purdue faculty ✅ Enrollment in Simplilearn’s JobAssist ✅ Get noticed by the top hiring companies ✅ Case Studies from Harvard Business Publishing Education ✅ Obtain 35 IIBA PDs/CDUs and 25 PMI PDUs ✅ 170+ hours of Applied Learning ✅ 11+ hands-on projects ✅ Capstone project in 3 domains Learn more at: 🤍 For more information about Simplilearn’s courses, visit: - Facebook: 🤍 - Twitter: 🤍 - LinkedIn: 🤍 - Website: 🤍 - Instagram: 🤍 - Telegram Mobile: 🤍 - Telegram Desktop: 🤍 Get the Android app: 🤍 Get the iOS app: 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Is Python or VBA better? In this video, I'm going to show you the pros and cons of both languages. I'll also show you why Python is more popular these days and how it differs from VBA. After watching this video, you'll be able to choose the right language for you! 🌎 𝗥𝗘𝗦𝗢𝗨𝗥𝗖𝗘𝗦: Presentation incl. example code (Python/VBA): 🤍 ‘xlwings’ Add-in: 🤍 ‘MyToolBelt’ Add-in: 🤍 Rubberduck: 🤍 MZ-Tools: 🤍 ⭐ 𝗧𝗜𝗠𝗘𝗦𝗧𝗔𝗠𝗣𝗦: 00:00 – Introduction 00:25 – Opinion Disclaimer 00:38 – Purposes of Python and VBA 01:27 – Other Tools for MS Excel 02:08 – Python and VBA Example 04:20 – Pros and Cons of VBA 06:56 – Pros and Cons of Python 09:20 – Conclusion 10:24 – Tips to combine Python and Excel ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ 𝗖𝗢𝗡𝗡𝗘𝗖𝗧 𝗪𝗜𝗧𝗛 𝗠𝗘: 🌎 Website: 🤍 📝 GitHub: 🤍 ⭐ Discord: 🤍 ▶️ Subscribe: 🤍 🎉 𝗙𝗥𝗘𝗘 𝗘𝘅𝗰𝗲𝗹 𝗔𝗱𝗱-𝗶𝗻 𝘁𝗼 𝗯𝗼𝗼𝘀𝘁 𝘆𝗼𝘂𝗿 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝘃𝗶𝘁𝘆 Get it here: 🤍 📚 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀 𝗳𝗼𝗿 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗩𝗕𝗔 & 𝗣𝘆𝘁𝗵𝗼𝗻 Check out my recommendations: 🤍 ☕ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲❓ If you want to support this channel, you can buy me a coffee here: 🤍
Excel VBA - Create Functions Watch More Videos at: 🤍 Lecture By: Mr. Pavan Lalwani Tutorials Point India Private Limited
Excel 2019 VBA Advanced Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 Introduction to Forms and Controls 1:41 UserForm Object-Controls-Properties-Events-Methods 2:36 Reviewing Types of Modules and Inserting UserForm Objects 5:19 Changing Form Properties 8:39 Creating a Label Control and Adjusting its Properties 10:15 Copying a Label Control to Create a New One 13:10 Adding Two Text Box Controls to Forms 14:12 Adding Two Command Button Controls to Forms 16:01 Adding a Combo Box Control and Label 19:21 Adding Two Frame Controls with Three Option Buttons in Each 21:43 Adjusting Option Button Properties 25:16 Aligning and Grouping Form Controls 27:13 Testing and Adjusting Form Tab Order 30:07 Coding the Combo Box to Display Months 34:05 Coding Other Form Controls Using Text Files 38:47 Reviewing Coding in Text Files 41:23 Displaying the Form Programmatically 44:01 Forms and Controls Recap 47:39 Introduction to Pivot Tables in VBA 48:35 Introduction to Creating Pivot Tables 49:18 Creating Pivot Tables by Recording a Macro 52:39 Creating Pivot Tables 57:43 Testing CreatePivot Sub-Procedure 1:01:23 Creating Sub-Procedures to Set Pivot Table Fields 1:02:05 Finalizing Forms 1:09:42 Creating Sub-Procedures to Code Options in the Period Frame on Forms 1:13:17 Reviewing GetLastDate and GetFirstDate Code Blocks from Text Files 1:17:28 Coding Options in the Sales Frame on the Form 1:20:10 Reviewing Text File Procedures - ConsolidateData-GrabCells-FinishReport 1:22:39 Completing Code Modifications for Form Objects 1:26:10 Testing Completed Forms 1:31:12 Adding Icons to the QAT to Run the Form 1:35:55 Pivot Tables Recap 1:38:54 Conclusion 1:41:37 #excel #exceltutorial #exceltips #vba #excelvba (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
In this Excel VBA tutorial, we are going to familiarize ourselves with the layout and format of the VBA editor. We are going to learn that what are the various windows present in VBA editor along with their importance 🌍 Microsoft Excel VBA Course🌍 00:00:01 1 - Introduction | The Visual Basic Editor (VBE) 00:10:39 2 - How To Use The VBA Editor In Excel (1/2) 00:20:46 3 - How To Use The VBA Editor In Excel (2/2) 00:31:12 4 - Writing/Creating Macros In Visual Basic For Applications 00:41:09 5 - Cell Referencing in VBA | VBA Cell References Methods 00:51:51 6 - Excel VBA Cell Referencing Ranges 01:02:45 7 - Copy And Paste Cell Data In VBA 01:13:42 8 - Excel VBA Fonts | Excel VBA Font Property 01:24:27 9 - Color and ColorIndex properties in Excel VBA 01:34:41 10 - Background Colors in Excel VBA 01:45:21 11 - Excel VBA PasteSpecial Method 01:57:19 12 - Cell Orientation And Wrap Text in Excel VBA 02:07:21 13 - Merge UnMerge Cell Range in Excel VBA 02:18:20 14 - Cell Content Alignment in VBA For Microsoft Excel 02:28:43 15 - Applying And Customizing Borders In Cells 02:39:32 16 - Clear Cells in Excel using VBA 02:50:12 17 - Delete Cells using VBA in MS Excel 03:01:23 18 - Delete Sheets and Table Data in MS Excel 03:11:12 19 - VBA Insert Cells in MS Excel 03:21:11 20 - Column Width Manipulation in Excel VBA 03:32:15 21 - Row Height Manipulation in MS Excel VBA 03:42:43 22 - Activate and Select Cells in MS Excel VBA 03:53:06 23 - Hide and Unhide Columns, Rows, and Cells in Excel 04:03:43 24 - Sheet/Worksheet Referencing in Excel using VBA 04:13:50 25 - Name Property in MS Excel 04:24:06 26 - Displaying Sheet Names and using Copy Function in MS Excel 04:34:34 27 - Copy and Move Sheets in MS Excel 04:45:04 28 - Tab Color Property of Sheets in MS Excel 04:56:23 29 - VBA Hide (or Unhide) and Activate a Worksheet in MS Excel 05:06:51 30 - Sheet Protection using Excel VBA 05:16:56 31 - Create and Save a Workbook using VBA in Excel 05:26:58 32 - Open, Save and Close a Workbook in Excel using VBA 05:37:19 33 - Delete Workbook, Create Folder, Activate Workbook 05:47:52 34 - Variables in MS Excel VBA 05:57:54 35 - Declaring Variables and Using them in VBA 06:08:12 36 - Variable Types and Option Explicit Statement in VB 06:18:16 37 - Comments in Excel VBA 06:28:47 38 - MS Excel VBA Loops: For Next 06:38:53 39 - For Loop. For Next...Loop With Step in MS Excel VBA 06:49:38 40 - For Loop Applications | For Loop Examples 06:59:55 41 - For Each Next Loop 07:09:12 42 - Do While and Do Until Loops 07:19:40 43 - Types of Errors in VBA for Excel 07:30:58 44 - Excel VBA Error Handling 07:41:43 45 - Debugging Tools in Excel VBA 07:53:08 46 - Immediate Window in Excel VBA 08:03:45 47 - Using If...Then...Else statements in Excel VBA 08:13:57 48 - Nested IF statement in Excel VBA 08:24:39 49 - AND Operator with If Else Statements 08:34:53 50 - Select Case statements in MS Excel 08:45:47 51 - Input Box in MS Excel 08:57:28 52 - Message Box in Excel VBA 09:07:47 53 - Message Box Types and handling buttons 09:18:17 54 - String Functions in Excel using VBA 09:28:52 55 - Working with Dates in MS Excel, Date, CDate and DateAdd 09:39:30 56 - DatePart , Now , Time, Day , Month, Year Functions in MS Excel 09:49:48 57 - Splitting Time, TimeSerial, TimeValue Functions in MS Excel 10:01:15 58 - 1D Arrays in Excel VBA 10:12:00 59 - 2D and Dynamic Arrays in Excel VBA 10:23:29 60 - User Events And Event Handling In Excel VBA 10:33:12 61 - User Forms Introduction and Workbook Passwords 10:44:49 62 - Command Button and Events in User Forms 63 - Command Button and User Form Event Handling 64 - Text Box Control and Label Property in User Forms 65 - Radio Buttons in User Forms 66 - Frames in MS Excel VBA 67 - Check boxes in MS Excel User Forms 68 - List Boxes in User Form, get and Display Data via Excel Sheets 69 - Multipages in a Single form and Encryption in User Forms 70 - Data Validations on User Forms and ComboBox Control Welcome to the The Beginner's Guide course to Excel VBA (Visual Basic for Applications). This course enables you to Learn MS Excel VBA in simple and easy steps. In this Microsoft Excel Basics Tutorial series we will start from the basics and gradually move towards the Expert level in Microsoft Excel VBA. This MS Excel VBA course provides the Beginners to Intermediate Excel VBA Skills, Tips, and Tricks. In this course we will learn how to Enter and edit Excel data, Format numbers, fonts and alignment, Make simple pivot tables and charts, Create simple Excel formulas, How to Use Excel Functions IF and VLOOKUP. Learn common Excel functions used in any Office, How to Create dynamic reports, Build Excel formulas to analyze date, text fields, values and arrays and much more advanced stuff. In this video we will see the Overview of formulas in Excel. #Excel #ExcelVBA #MSExcel #MicrosoftExcel #ExcelTutorial #excelTutorial #excelTutorialForBeginners #excel #excelCompleteCourse #ExcelFormulas #ExcelFunctions
Ye Hai Zabardast VBA Code 😮 Excel Auto Fit Column VBA Code Doston is video me maine bataya hai ki kaise aap Microsoft Excel me VBA code ka use karke auto fit column ko enable kar sakte hain. Friend in this video I have explained how you can enable auto fit column in Microsoft Excel using VBA code. If you like the video, then Please Don't Forget To Do...𝗟𝗜𝗞𝗘 , 𝗦𝗛𝗔𝗥𝗘 , 𝗖𝗢𝗠𝗠𝗘𝗡𝗧 , 𝗦𝗨𝗕𝗦𝗖𝗥𝗜𝗕𝗘. It's motivates me to create more contents. Related Video:- VBA Code For Auto Save Excel File 🤍 #excel #spreadsheet #vba #coding #tipsandtricks #youtubeshorts