मुफ्त ऑनलाइन कोर्स Excel VBA Course in Hindi: Macros, Loops, Arrays, Functions and UserForms
ऑनलाइन कोर्स की अवधि: 20 hours and 2 minutes
New
Free Hindi Excel VBA course to learn macros, loops, arrays, functions and UserForms. Automate sheets, build UDFs, and create projects fast.
इस फ़्री कोर्स में, जानें
Getting Started with Excel VBA and the VBE
Range Navigation, Selection, and Recording Macros
Variables, Scope, and Data Types
Loops Fundamentals and Patterns
Worksheet and Workbook Automation Commands
Arrays in VBA: Static, Dynamic, and 2-D Arrays
Built-in VBA and Worksheet Functions
User-Defined Functions and Automation Utilities
UserForms Controls and UI Components
Events, Dialogs, and External Data Integration
VBA Projects: Data Entry Systems and Reporting
Mini Projects: Clock, Scrolling Text, and Calculator
Comprehensive Review: Variables and Loops Deep Dive
मुफ़्त ऑनलाइन कोर्स के बारे में
Learn how to automate Excel tasks with VBA through a structured Hindi course designed for beginners who want practical skills in macros and coding inside spreadsheets. You will move from the VBA editor basics to working confidently with sheets, ranges, offsets, and common workbook operations that speed up repetitive work and improve accuracy.
The course builds strong foundations with variables and data types, then guides you through core programming logic using loops such as For Next, For Each, Do While, and Do Until, including nested loops and real workbook scenarios like copying data across sheets, creating, renaming, protecting, and deleting sheets.
Next, deepen your automation skills with arrays and collections, including dynamic and two-dimensional arrays, and learn how to apply them to typical Excel problems such as lookups and structured data handling. You will also explore essential VBA functions for text and date processing, comparisons, and conditional calculations, along with building your own user-defined functions to extend Excel capabilities.
To help you create user-friendly tools, the course covers UserForms and controls like labels, textboxes, comboboxes, listboxes, checkboxes, option buttons, spin buttons, frames, and scroll bars, plus events that make forms interactive. You will also work with dialogs, connect Excel with Access, and practice file and worksheet events.
Finally, apply everything through hands-on projects such as data entry forms with search, edit, delete, printing to PDF, and dynamic layouts, along with creative mini projects like a digital clock, scrolling text, and a calculator. Ideal for anyone in IT or office automation who wants to master Excel VBA in Hindi and build real productivity solutions.
कोर्स की सामग्री
वीडियो क्लास: Introduction to Excel VBA | Excel VBA series lesson-1| Excel VBA Beginners tutorial in hindi23m
अभ्यास: Excel में VBA कोड लिखने/देखने के लिए Visual Basic Editor खोलने का शॉर्टकट क्या है?
वीडियो क्लास: Excel VBA series lesson - 2 | Naming and Selecting Sheets in Excel VBA | Excel VBA Get Sheet Names10m
वीडियो क्लास: Difference between Cells and Range in Excel VBA lesson-3 | Change module name | Range or cells09m
अभ्यास: VBA में किसी Macro/Module का नाम बदलने के लिए कौन-सा शॉर्टकट Key उपयोग किया जाता है?
वीडियो क्लास: Offset in Excel VBA | Using Offset for Ranges in Excel VBA | Excel VBA lesson-4 for beginners18m
वीडियो क्लास: Excel VBA lesson-5 | select and copy an entire column with VBA in Excel | auto save excel file29m
अभ्यास: Excel VBA में मैक्रो रिकॉर्डिंग से बनी कोडिंग में Range("B1").Select के बाद Selection.End(xlToRight) का मुख्य उद्देश्य क्या है?
वीडियो क्लास: What is Variable and Data Types in Excel VBA in Hindi | Excel VBA Lesson-6 introduction to variable12m
वीडियो क्लास: Variable in Excel VBA Lesson - 7 | Use of Long, Single and Double Data-type in Excel VBA11m
वीडियो क्लास: Variable Data-Type in EXCEL VBA | Excel VBA tutorial lesson-8 | String and Variant data type11m
वीडियो क्लास: Excel VBA variable types and declare | Excel VBA lesson - 9 | local variable, Module level variable14m
वीडियो क्लास: Excel VBA Loops | what is loops in excel vba | excel vba lesson-10 | For next loop in excel vba14m
वीडियो क्लास: For Next Loop in Excel VBA part-2 | Excel VBA Lesson-11 | excel vba tutorial for beginners21m
अभ्यास: Excel VBA में For...Next लूप के अंदर Cells(row, column) का उपयोग करते समय row को बदलने के लिए क्या इस्तेमाल किया जाता है?
वीडियो क्लास: Do While loop in excel vba | Excel VBA lesson - 12 | excel vba tutorial for beginners in hindi16m
वीडियो क्लास: Do Until Loop in excel VBA | EXCEL VBA lesson - 13 | Excel VBA tutorial for beginners14m
अभ्यास: VBA में Do While और Do Until loop के बीच सही अंतर क्या है?
वीडियो क्लास: Loop with in a Loop in Excel VBA | excel vba tutorial lesson-14 | sub loop in excel vba09m
वीडियो क्लास: For Each Loop in Excel VBA in hindi | Excel VBA lesson -15 | excel vba tutorial for beginners09m
अभ्यास: Excel VBA में For Each Loop कब उपयोग किया जाता है?
वीडियो क्लास: Create a pattern with sub loop | Example of Sub Loop in excel VBA | Excel VBA tutorial lesson -1612m
वीडियो क्लास: Best example of Sub loop in excel VBA | Excel VBA lesson-17 | Excel vba tutorial for beginners10m
अभ्यास: Excel VBA में पैटर्न को दोनों तरफ (Left और Right) से “shrink” करने के लिए लूप में कौन-सी अपडेटिंग सही है?
वीडियो क्लास: Copy data form multiple sheet with Loop | Excel VBA lesson - 18 | Excel VBA for beginners in hindi16m
वीडियो क्लास: Excel VBA Command | Insert new sheet with VBA Code | Excel VBA Lesson -19 | Excel VBA for beginners11m
अभ्यास: VBA में किसी निश्चित शीट (जैसे Sheet3) के पहले नई शीट जोड़ने के लिए कौन-सा सही कोड है?
वीडियो क्लास: Delete sheet with Excel VBA Code | Excel VBA lesson-20 | VBA command in excel VBA11m
वीडियो क्लास: How to Copy sheets and Rename sheets in excel VBA | Excel VBA lesson - 21 | Excel vba for beginners18m
अभ्यास: Excel VBA में किसी worksheet को कॉपी करके किसी दूसरी sheet के बाद रखना हो, तो कौन सा syntax सही है?
वीडियो क्लास: Work with Workbook in excel VBA | Excel VBA lesson - 22 | excel vba for beginners in hindi17m
वीडियो क्लास: Protect sheet with excel VBA for each Loop | Excel VBA lesson - 23 | Excel VBA for beginners08m
अभ्यास: VBA में सभी वर्कशीट्स को एक साथ Protect करने के लिए कौन-सा तरीका सही है?
वीडियो क्लास: How to use VBA ARRAYS part - 1 | Excel VBA lesson - 24 | Introduction to VBA Array | Static array12m
वीडियो क्लास: How to use VBA array part-2 | Excel VBA lesson - 25 | use IF, loop and Sub loop in Excel vba array20m
अभ्यास: Worksheet_BeforeDoubleClick इवेंट में डबल-क्लिक करने पर डिफ़ॉल्ट Excel behavior (जैसे cell edit mode) को रोकने के लिए किस property को सेट किया जाता है?
वीडियो क्लास: Click, Double Click and Mouse Move Events on user form | Excel VBA Events | Exce VBA lesson - 7613m
वीडियो क्लास: Small and simple Data Entry Software | A Simple VBA Project for Data Entry | Excel VBA lesson - 7729m
अभ्यास: VBA प्रोजेक्ट में 5 subjects के marks लेकर Percentage निकालने के लिए Percentage का formula क्या रखा गया?
वीडियो क्लास: Fully automatic Data entry form in Excel VBA | Excel VBA lesson - 78 | Excel VBA Project-225m
वीडियो क्लास: Fully Automatic Data entry form in excel - 2 | Excel VBA lesson - 79 | save, edit and delete entry24m
अभ्यास: यूजरफॉर्म में Edit/Delete फीचर के लिए अतिरिक्त Hidden TextBox (जैसे Roll Number स्टोर करने वाला) क्यों जोड़ा जाता है?
वीडियो क्लास: Fully Automatic Data Entry Form in excel with Search, Edit and Delete button | Excel VBA lesson - 8029m
वीडियो क्लास: Fully Automatic Data Entry Form in excel with Print and save PDF details | Excel VBA lesson - 8115m
अभ्यास: यूजरफॉर्म से किसी कर्मचारी की डिटेल को PDF में सेव करने के लिए कोड में किस शीट पर डेटा भेजा जाता है?
वीडियो क्लास: Dynamic Fully Automatic Data Entry form | Excel VBA lesson - 82 | Maximize15m
वीडियो क्लास: How to Make Digital Clock in Excel VBA | Excel VBA Digital clock | Excel VBA lesson - 8305m
अभ्यास: Excel VBA में डिजिटल क्लॉक को लगातार (continuous) चलाने/अपडेट करने के लिए किस VBA method का उपयोग किया जाता है?
वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 84 | Running Text in Excel with VBA Coding11m
वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 85 | Running Text in user form with VBA Coding06m
अभ्यास: UserForm पर scrolling text दिखाने के लिए VBA में किस property को update किया जाता है?
वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 86 | Running Text in user form vertically09m
वीडियो क्लास: Make a simple calculator in excel | Calculator in excel11m
वीडियो क्लास: Make Calculator in excel VBA | Calculator in Excel | Excel VBA project20m
वीडियो क्लास: What is Variable and Data Type in Excel VBA | Declaring Variables and data types in VBA Full Define20m
वीडियो क्लास: What are loops in Excel VBA Loop | VBA Loop full explain with many examples15m
इस मुफ्त कोर्स में शामिल है:
20 hours and 2 minutes का ऑनलाइन वीडियो कोर्स
कोर्स पूरा करने का डिजिटल सर्टिफिकेट (मुफ्त)
ज्ञान को पक्का करने के लिए अभ्यास
100% मुफ्त, कंटेंट से लेकर सर्टिफिकेट तक
इस Excel VBA हिंदी कोर्स में मैक्रो रिकॉर्डिंग के अलावा VBA कोड लिखना और Visual Basic Editor इस्तेमाल करना सिखाया जाता है?
हाँ, इसमें Visual Basic Editor खोलना, मॉड्यूल में कोड लिखना, मैक्रो चलाना और रिकॉर्ड किए गए मैक्रो को समझना सिखाया जाता है।
क्या इस कोर्स में Excel VBA के Loops, Arrays और User-Defined Functions के प्रैक्टिकल उदाहरण हैं?
हाँ, इसमें For Next, For Each, Do While/Until loops, static और dynamic arrays, VLookup, तथा UDF बनाना और उपयोग करना शामिल है।
Excel VBA UserForm से data entry, search, edit, delete और PDF save करने का तरीका इस कोर्स में मिलेगा?
हाँ, कोर्स में UserForm controls के साथ स्वचालित data-entry form, search, edit, delete, print और PDF save प्रोजेक्ट शामिल हैं।
क्या आप शुरू करने के लिए तैयार हैं?ऐप डाउनलोड करें और आज ही शुरू करें।