मुफ्त कोर्स की इमेज Excel VBA Course in Hindi: Macros, Loops, Arrays, Functions and UserForms

मुफ्त ऑनलाइन कोर्स 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 hindi 23m
  • अभ्यास: Excel में VBA कोड लिखने/देखने के लिए Visual Basic Editor खोलने का शॉर्टकट क्या है?
  • वीडियो क्लास: Excel VBA series lesson - 2 | Naming and Selecting Sheets in Excel VBA | Excel VBA Get Sheet Names 10m
  • वीडियो क्लास: Difference between Cells and Range in Excel VBA lesson-3 | Change module name | Range or cells 09m
  • अभ्यास: VBA में किसी Macro/Module का नाम बदलने के लिए कौन-सा शॉर्टकट Key उपयोग किया जाता है?
  • वीडियो क्लास: Offset in Excel VBA | Using Offset for Ranges in Excel VBA | Excel VBA lesson-4 for beginners 18m
  • वीडियो क्लास: Excel VBA lesson-5 | select and copy an entire column with VBA in Excel | auto save excel file 29m
  • अभ्यास: 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 variable 12m
  • वीडियो क्लास: Variable in Excel VBA Lesson - 7 | Use of Long, Single and Double Data-type in Excel VBA 11m
  • वीडियो क्लास: Variable Data-Type in EXCEL VBA | Excel VBA tutorial lesson-8 | String and Variant data type 11m
  • वीडियो क्लास: Excel VBA variable types and declare | Excel VBA lesson - 9 | local variable, Module level variable 14m
  • वीडियो क्लास: Excel VBA Loops | what is loops in excel vba | excel vba lesson-10 | For next loop in excel vba 14m
  • वीडियो क्लास: For Next Loop in Excel VBA part-2 | Excel VBA Lesson-11 | excel vba tutorial for beginners 21m
  • अभ्यास: Excel VBA में For...Next लूप के अंदर Cells(row, column) का उपयोग करते समय row को बदलने के लिए क्या इस्तेमाल किया जाता है?
  • वीडियो क्लास: Do While loop in excel vba | Excel VBA lesson - 12 | excel vba tutorial for beginners in hindi 16m
  • वीडियो क्लास: Do Until Loop in excel VBA | EXCEL VBA lesson - 13 | Excel VBA tutorial for beginners 14m
  • अभ्यास: VBA में Do While और Do Until loop के बीच सही अंतर क्या है?
  • वीडियो क्लास: Loop with in a Loop in Excel VBA | excel vba tutorial lesson-14 | sub loop in excel vba 09m
  • वीडियो क्लास: For Each Loop in Excel VBA in hindi | Excel VBA lesson -15 | excel vba tutorial for beginners 09m
  • अभ्यास: Excel VBA में For Each Loop कब उपयोग किया जाता है?
  • वीडियो क्लास: Create a pattern with sub loop | Example of Sub Loop in excel VBA | Excel VBA tutorial lesson -16 12m
  • वीडियो क्लास: Best example of Sub loop in excel VBA | Excel VBA lesson-17 | Excel vba tutorial for beginners 10m
  • अभ्यास: Excel VBA में पैटर्न को दोनों तरफ (Left और Right) से “shrink” करने के लिए लूप में कौन-सी अपडेटिंग सही है?
  • वीडियो क्लास: Copy data form multiple sheet with Loop | Excel VBA lesson - 18 | Excel VBA for beginners in hindi 16m
  • वीडियो क्लास: Excel VBA Command | Insert new sheet with VBA Code | Excel VBA Lesson -19 | Excel VBA for beginners 11m
  • अभ्यास: VBA में किसी निश्चित शीट (जैसे Sheet3) के पहले नई शीट जोड़ने के लिए कौन-सा सही कोड है?
  • वीडियो क्लास: Delete sheet with Excel VBA Code | Excel VBA lesson-20 | VBA command in excel VBA 11m
  • वीडियो क्लास: How to Copy sheets and Rename sheets in excel VBA | Excel VBA lesson - 21 | Excel vba for beginners 18m
  • अभ्यास: Excel VBA में किसी worksheet को कॉपी करके किसी दूसरी sheet के बाद रखना हो, तो कौन सा syntax सही है?
  • वीडियो क्लास: Work with Workbook in excel VBA | Excel VBA lesson - 22 | excel vba for beginners in hindi 17m
  • वीडियो क्लास: Protect sheet with excel VBA for each Loop | Excel VBA lesson - 23 | Excel VBA for beginners 08m
  • अभ्यास: VBA में सभी वर्कशीट्स को एक साथ Protect करने के लिए कौन-सा तरीका सही है?
  • वीडियो क्लास: How to use VBA ARRAYS part - 1 | Excel VBA lesson - 24 | Introduction to VBA Array | Static array 12m
  • वीडियो क्लास: How to use VBA array part-2 | Excel VBA lesson - 25 | use IF, loop and Sub loop in Excel vba array 20m
  • वीडियो क्लास: Delete sheet using Excel VBA Array | Excel VBA lesson - 26 | Excel vba array with collection loop 13m
  • वीडियो क्लास: Create sheet with Excel VBA Array | Excel VBA lesson - 27 | Excel VBA array for beginners 13m
  • अभ्यास: VBA में नामों की सूची के आधार पर नई sheets create करते समय, नई sheet का नाम सही तरीके से किससे सेट किया जाता है?
  • वीडियो क्लास: Excel VBA Array by collection loop | Excel VBA lesson - 28 | use collection loop in VBA Array 13m
  • वीडियो क्लास: Dynamic Array in excel VBA | Excel VBA lesson - 29 | Excel VBA array in hindi 12m
  • अभ्यास: VBA में डायनेमिक ऐरे (Dynamic Array) को डेटा के अनुसार ऑटो-रीसाइज़ करने के लिए सबसे ज़रूरी दो स्टेप कौन-से हैं?
  • वीडियो क्लास: Dynamic array - 2 in excel VBA | Excel VBA lesson - 30 | Excel VBA Dynamic array in hindi 14m
  • वीडियो क्लास: Ordinal elements of an array in excel | Excel VBA Lesson - 31 | Excel VBA Array for beginners 15m
  • अभ्यास: VBA में जब डेटा Row 1 से शुरू न होकर नीचे (जैसे Row 6) से शुरू हो, तो array भरने के लिए सही तरीका क्या है?
  • वीडियो क्लास: Excel VBA array Two Dimensional | Excel VBA lesson - 32 | what is two dimensional array in excel VBA 12m
  • वीडियो क्लास: Vlookup with Excel VBA Array | Excel VBA for beginners lesson - 33 | Two dimensional array 07m
  • अभ्यास: VBA में 2-D Array (Array1) के साथ VLookup लगाने पर VLookup में “table_array” के रूप में क्या दिया जाता है?
  • वीडियो क्लास: How to use Functions in excel VBA | Excel VBA lesson - 34 | left, right, mid and find function 18m
  • वीडियो क्लास: How to use Function in Excel VBA | Excel VBA lesson - 35 | Excel VBA Function | MID, Right Formula 07m
  • अभ्यास: Excel में MID फ़ंक्शन का उपयोग करते समय स्पेस के बाद का टेक्स्ट निकालने के लिए Start_num को आम तौर पर कैसे सेट किया जाता है?
  • वीडियो क्लास: Excel VBA Functions in excel | Excel VBA for beginners - 36 | Date Function in excel vba 12m
  • वीडियो क्लास: Date part function in excel VBA | Excel VBA for beginners lesson - 37 | Excel VBA Functions 13m
  • अभ्यास: VBA में किसी Date/Time वैल्यू से Quarter निकालने के लिए DatePart का कौन-सा interval string उपयोग होता है?
  • वीडियो क्लास: Excel VBA Functions | Datediff in excel VBA | Excel VBA for beginners - 38 09m
  • वीडियो क्लास: Excel VBA Replace function | Replace in VBA | Excel vba for beginners lesson - 39 09m
  • अभ्यास: VBA में Replace फ़ंक्शन के पैरामीटर्स में Start और Count का सही अर्थ क्या है?
  • वीडियो क्लास: DateValue function in Excel VBA | Excel VBA for beginners - 40 | Excel VBA functions 15m
  • वीडियो क्लास: INSTR function in Excel VBA | Excel VBA for beginners leson - 41 | Excel VBA Functions 07m
  • अभ्यास: VBA में InStr फ़ंक्शन का मुख्य उपयोग क्या है?
  • वीडियो क्लास: STRCOMP function in excel VBA | Excel VBA for beginners - 42 | Excel VBA function in hindi 11m
  • वीडियो क्लास: SUMIF function in excel VBA | Excel VBA for beginners - 43 | excel vba functions 11m
  • अभ्यास: VBA में WorksheetFunction.SumIf का उपयोग करते समय 3 मुख्य arguments कौन-कौन से होते हैं?
  • वीडियो क्लास: Sumif with Loop in Excel VBA | Excel VBA for beginners - 44 | Excel VBA Function in hindi 07m
  • वीडियो क्लास: Sumifs function in excel VBA | Excel VBA for beginners lesson - 45 | Excel vba functions 18m
  • अभ्यास: Excel में SUMIFS का उपयोग करते समय सही क्रम क्या होता है?
  • वीडियो क्लास: Countif and Countifs function in Excel VBA | Excel VBA for beginners - 46| Excel VBA functions 12m
  • वीडियो क्लास: Extract Number from text in excel | ISNUMBER AND ISNUMERIC FUNCTION in Excel VBA | Lesson 47 12m
  • वीडियो क्लास: ISODD AND ISEVEN Function in Excel VBA | extract odd and even number | Excel VBA for beginners - 48 10m
  • वीडियो क्लास: Create workbook form data in excel VBA | Create multiple workbook form data | Excel VBA lesson - 49 20m
  • वीडियो क्लास: UDF in excel VBA | User Defined Function in VBA | Excel VBA for beginners lesson 50 | VBA functions 11m
  • वीडियो क्लास: UDF in Excel VBA | Multiply and combine function with UDF VBA | Excel VBA 51 | User Defined Function 07m
  • अभ्यास: Excel VBA में दो User-Defined Functions (UDF) को एक साथ (combine) करके इस्तेमाल करने का सही तरीका क्या है?
  • वीडियो क्लास: UDF without parameter in excel VBA | Excel VBA for beginners - 52 | User Defined Function in VBA 04m
  • वीडियो क्लास: Call Function in Sub (Macro) | UDF in Excel VBA in hindi | Excel vba for beginners lesson - 53 09m
  • अभ्यास: VBA में Sub (Subroutine) के अंदर किसी Function को चलाने के लिए सही तरीका क्या है?
  • वीडियो क्लास: User Defined Vlookup Function in Excel VBA | Excel VBA lesson - 54 | User Defined Function 20m
  • वीडियो क्लास: Email excel file VBA Code | How to send email form excel | Excel VBA lesson 55 | Excel VBA function 07m
  • अभ्यास: Excel VBA से वर्कबुक ईमेल भेजने के लिए सबसे पहले कौन-सी शर्त जरूरी बताई गई है?
  • वीडियो क्लास: Excel VBA User form part - 1 | Excel VBA lesson 56 | Create Label in vba user form 09m
  • वीडियो क्लास: Excel VBA User form part - 2 | Excel VBA lesson 57 | Create TextBox in vba user form 06m
  • अभ्यास: UserForm में Label और TextBox का मुख्य अंतर क्या है?
  • वीडियो क्लास: Excel VBA User form part - 3 | Excel VBA lesson 58 | Create ComboBox in vba user form 11m
  • वीडियो क्लास: Excel VBA User form part - 4 | Excel VBA lesson 59 | Link ComboBox in vba user form | Link ComboBox 10m
  • अभ्यास: UserForm में Country चुनने पर State वाले ComboBox को सही तरह अपडेट करने के लिए कौन सा कदम ज़रूरी है?
  • वीडियो क्लास: Excel VBA User form part - 5 | Link ComboBox with Select Case | Excel VBA lesson - 60 | user form 08m
  • वीडियो क्लास: Excel VBA User form part - 6 | ListBox in excel VBA | Excel VBA lesson 61 | Excel VBA for Beginners 10m
  • वीडियो क्लास: Excel VBA User form part - 7 | CheckBox in excel VBA | Excel VBA lesson 62 | Excel VBA for Beginners 08m
  • वीडियो क्लास: Excel VBA User form part - 8 | Option Button in excel VBA | Excel VBA lesson - 63 07m
  • वीडियो क्लास: Spin Button in Excel VBA | Excel VBA user form part - 9 | Excel VBA lesson - 64| Excel VBA user form 12m
  • वीडियो क्लास: Frame in Excel VBA | Excel VBA user form part - 10 | Excel VBA lesson - 65 | Excel VBA user form 09m
  • वीडियो क्लास: Scroll Bar in user form part - 11 | Excel VBA Lesson - 66 | Excel VBA User Form Scroll Bar 06m
  • वीडियो क्लास: Excel VBA Events File System Part - 1 | Excel VBA Lesson - 67 | Excel VBA User form 07m
  • अभ्यास: VBA में Events को मैक्रो से अलग क्या बनाता है?
  • वीडियो क्लास: Excel VBA Class Method, Event and Modal Property | Excel VBA lesson - 68 | VBA user form Events 11m
  • वीडियो क्लास: User form Modal Property | Move User form and events | Excel VBA lesson - 69 | Populate user form 11m
  • वीडियो क्लास: Install Datepicker in Excel VBA | Excel VBA lesson - 70 | Excel VBA User form Datepicker 09m
  • वीडियो क्लास: How to Import MS Access information in Excel user form | Make Connection between Excel to Access 20m
  • अभ्यास: Excel VBA में Access डेटाबेस को UserForm से कनेक्ट करने के लिए कौन-सी लाइब्रेरी को References में enable किया जाता है?
  • वीडियो क्लास: File Open Dialog in VBA | Excel VBA lesson - 72 | File selection using File Dialogs and Excel File 08m
  • वीडियो क्लास: Next and Previous Button in Excel VBA | Excel VBA lesson - 73 | Excel VBA User form, Event 19m
  • अभ्यास: UserForm में Next रिकॉर्ड दिखाने के लिए ग्लोबल वेरिएबल VR के साथ कौन-सा स्टेटमेंट इस्तेमाल किया जाता है?
  • वीडियो क्लास: Excel VBA Worksheet Selection change Event | Excel VBA lesson - 74 | Intersect and Target 11m
  • वीडियो क्लास: Double Click Event in Excel VBA | Excel VBA lesson - 75 | Excel VBA Event Double Click 11m
  • अभ्यास: Worksheet_BeforeDoubleClick इवेंट में डबल-क्लिक करने पर डिफ़ॉल्ट Excel behavior (जैसे cell edit mode) को रोकने के लिए किस property को सेट किया जाता है?
  • वीडियो क्लास: Click, Double Click and Mouse Move Events on user form | Excel VBA Events | Exce VBA lesson - 76 13m
  • वीडियो क्लास: Small and simple Data Entry Software | A Simple VBA Project for Data Entry | Excel VBA lesson - 77 29m
  • अभ्यास: VBA प्रोजेक्ट में 5 subjects के marks लेकर Percentage निकालने के लिए Percentage का formula क्या रखा गया?
  • वीडियो क्लास: Fully automatic Data entry form in Excel VBA | Excel VBA lesson - 78 | Excel VBA Project-2 25m
  • वीडियो क्लास: Fully Automatic Data entry form in excel - 2 | Excel VBA lesson - 79 | save, edit and delete entry 24m
  • अभ्यास: यूजरफॉर्म में Edit/Delete फीचर के लिए अतिरिक्त Hidden TextBox (जैसे Roll Number स्टोर करने वाला) क्यों जोड़ा जाता है?
  • वीडियो क्लास: Fully Automatic Data Entry Form in excel with Search, Edit and Delete button | Excel VBA lesson - 80 29m
  • वीडियो क्लास: Fully Automatic Data Entry Form in excel with Print and save PDF details | Excel VBA lesson - 81 15m
  • अभ्यास: यूजरफॉर्म से किसी कर्मचारी की डिटेल को PDF में सेव करने के लिए कोड में किस शीट पर डेटा भेजा जाता है?
  • वीडियो क्लास: Dynamic Fully Automatic Data Entry form | Excel VBA lesson - 82 | Maximize 15m
  • वीडियो क्लास: How to Make Digital Clock in Excel VBA | Excel VBA Digital clock | Excel VBA lesson - 83 05m
  • अभ्यास: Excel VBA में डिजिटल क्लॉक को लगातार (continuous) चलाने/अपडेट करने के लिए किस VBA method का उपयोग किया जाता है?
  • वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 84 | Running Text in Excel with VBA Coding 11m
  • वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 85 | Running Text in user form with VBA Coding 06m
  • अभ्यास: UserForm पर scrolling text दिखाने के लिए VBA में किस property को update किया जाता है?
  • वीडियो क्लास: Create Scrolling text in Excel | Excel VBA lesson - 86 | Running Text in user form vertically 09m
  • वीडियो क्लास: Make a simple calculator in excel | Calculator in excel 11m
  • वीडियो क्लास: Make Calculator in excel VBA | Calculator in Excel | Excel VBA project 20m
  • वीडियो क्लास: What is Variable and Data Type in Excel VBA | Declaring Variables and data types in VBA Full Define 20m
  • वीडियो क्लास: What are loops in Excel VBA Loop | VBA Loop full explain with many examples 15m

इस मुफ्त कोर्स में शामिल है:

20 hours and 2 minutes का ऑनलाइन वीडियो कोर्स

कोर्स पूरा करने का डिजिटल सर्टिफिकेट (मुफ्त)

ज्ञान को पक्का करने के लिए अभ्यास

100% मुफ्त, कंटेंट से लेकर सर्टिफिकेट तक

क्या आप शुरू करने के लिए तैयार हैं?ऐप डाउनलोड करें और आज ही शुरू करें।

अभी ऐप इंस्टॉल करें

कोर्स एक्सेस करने के लिए
टेक्नोलॉजी और बिज़नेस कोर्स को दिखाने वाला आइकन

5,000 से ज़्यादा फ़्री कोर्स

प्रोग्रामिंग, इंग्लिश, डिजिटल मार्केटिंग और भी बहुत कुछ! जो चाहें, मुफ़्त में सीखें।

स्टडी प्लानिंग को दर्शाने वाला टारगेट के साथ कैलेंडर आइकन

AI के साथ स्टडी प्लान

हमारे ऐप की आर्टिफिशियल इंटेलिजेंस आपके चुने हुए कोर्स के लिए स्टडी शेड्यूल बना सकती है।

करियर और बिज़नेस को दर्शाने वाला प्रोफेशनल आइकन

शून्य से पेशेवर सफलता तक

हमारे मुफ़्त सर्टिफ़िकेट के साथ अपना रिज़्यूमे बेहतर बनाएँ और फिर अपनी मनपसंद नौकरी पाने के लिए हमारे आर्टिफिशियल इंटेलिजेंस का इस्तेमाल करें।

आप QR कोड या नीचे दिए गए लिंक का भी इस्तेमाल कर सकते हैं।

QR कोड - Cursa डाउनलोड करें - ऑनलाइन कोर्स

और मुफ्त कोर्स यहाँ: Office Pack in Hindi

बिना कुछ खर्च किए 5000 से ज़्यादा फ़्री कोर्स, एक्सरसाइज़, सर्टिफ़िकेट और ढेर सारा कंटेंट पाने के लिए अभी ऐप डाउनलोड करें!

  • शुरू से आखिर तक 100% मुफ़्त ऑनलाइन कोर्स

    वीडियो, ई-बुक्स और ऑडियोबुक्स के रूप में हज़ारों ऑनलाइन कोर्स।

  • 60 हज़ार से ज़्यादा मुफ़्त एक्सरसाइज़

    ऑनलाइन कोर्स के दौरान अपने ज्ञान की जाँच करने के लिए

  • QR कोड वाला मान्य मुफ़्त डिजिटल सर्टिफ़िकेट

    सीधे आपके सेल फ़ोन की फोटो गैलरी से जेनरेट किया गया और आपके ईमेल पर भेजा गया

Cursa ऐप की ईबुक स्क्रीन, वीडियो कोर्स स्क्रीन और अभ्यास स्क्रीन, साथ में कोर्स पूर्णता सर्टिफिकेट