MS Excel Macros Search & Print Project-5 Video
MS Excel Macros Search & Print Project Video
स्वागत है एक बार फिर MS Excel 2019 वर्शन के प्रोजेक्ट बेस्ड क्लासेज में इस विडियो के अंतर्गत आप सीखेंगे की MS Excel के किसी भी वर्शन पर Macros Search & Print कैसे डिजाईन किया जाता है |इस विडियो को आराम से देखेते हुए स्टेप by स्टेप फॉलो करें|यदि किसी भी प्रकार का कोई क्वेश्चन या क्वेरी है तो नीचे कमेंट बॉक्स में जरुर लिखें धन्यवाद
इस विडियो के माध्यम से आप यह जान पाएंगे कि MS Excel के अंतर्गत आने वाले विभिन्न प्रकार के शेपस,कलर,टेक्स्ट,टूल्स,फॉण्ट इत्यादि का यूज़ करके एक बेहतर MsExcel Macros Search & Print Project का कैसे क्रिएट कर सकते हैं जो देखने में आकर्षक लगे
Part:-1
Part:-2
Macros Coding
Sub searchdata()
Dim erow As Long
Dim ws As Worksheet
Dim lastrow As Long
Dim count As Integer
lastrow = Sheets("Database").Cells(Rows.count, 1).End(xlUp).Row
count = 0
For x = 2 To lastrow
If Sheets("Database").Cells(x, 1) = Sheet2.Range("B3") Then
Sheet2.Range("A11") = Sheets("Database").Cells(x, 1)
Sheet2.Range("B11") = Sheets("Database").Cells(x, 2)
Sheet2.Range("C11") = Sheets("Database").Cells(x, 3)
Sheet2.Range("D11") = Sheets("Database").Cells(x, 4)
Sheet2.Range("E11") = Sheets("Database").Cells(x, 5)
Sheet2.Range("F11") = Sheets("Database").Cells(x, 6)
count = count + 1
End If
Next x
If count = 0 Then
Set ws = Worksheets("Log")
erow = ws.Cells(Rows.count, 1).End(xlUp).Offset(1, 0).Row
ws.Cells(erow, 1) = Date
ws.Cells(erow, 2) = Time
ws.Cells(erow, 3) = Sheet2.Range("B3")
Sheet2.Range("A11:F11").ClearContents
End If
End Sub
Sub printdata()
Sheet2.Range("A11:F11").PrintPreview
Sheet2.Range("A11:F11").PrintOut
End Sub
Watch Excel Project Related Video Link Below
Video For Excel Data Entry Userform 2021: Excel UserForm Buttons Macros Project-1
Video For Excel Data Entry Userform 2021: Excel Userform Buttons Macros Project-2
Video For Excel Macros Search & Print: Excel Macros Search & Print Project
Video for Student Excel Entry Form: Excel Students Entry Form Macros Project-1
Video for Student Excel Entry Form: Excel Student Entry Form Macros Project-2
Video for Data Transfer in Excel: Excel Transfer Data Macros Project
VedantSri Computer Institute Varanasi

provides the best Computer Courses, Classes, and Training in Varanasi. There is NIELIT Courses CCC, BCC, O’level, Certificates and Diploma Computer Courses available with best training materials. Also Available Top 100 Best Computer Courses, For Example, OM, DCA, ADCA, DTP, DFA, ADAM, ADTP, ADFA, DCE, MS Office. VedantSri Computer Coaching update CCC Online Test 2020 in vedantsri.net. There are some important computer Courses for jobs CCC Class, Typing, Internship And Spoken English Available Free of cost with Offer. More than 50 Computer Courses which are available with 50% Fee Discount in VedantSri Varanasi. You can get the Best Digital Marketing Course in Varanasi Institute VedantSri. There is Latest Computer Course Offer in ADCA Computer Course, DCA Computer Course, CCC Computer Course & English Spoken.
(MS Excel Macros Search & Print Project)
About VedantSri Computer Institute Varanasi
VedantSri Computer Institute in Varanasi is the Government recognized and ISO Certified Computer Institute in Varanasi running since 2011. It Provides Computer Courses, Classes, Training by different own branches all over Varanasi. There is Computer Scholarship Courses DCE Scholarship (Diploma in Computer Engineering), DIT most trusted computer course Available under Scholarship Test Scheme.
Varanasi Computer Institute vedantsri works at different places to ensure students to get better computer education. VedantSri Computer Classes has Diploma courses and advance diploma courses on the computer. VedantSri Institute provides the latest version of computer application training in computer courses.
वेदांतश्री कम्प्यूटर इंस्टिट्यूट’ वाराणसी में पिछले 10 वर्षो से बेहतर व न्यूनतम शुल्क में कम्प्यूटर शिक्षा प्रदान करने वाली एक कम्प्यूटर ट्रेनिंग इंस्टिट्यूट है | यह संस्था कम्प्यूटर व इंग्लिश स्पीकिंग कोर्स की ट्रेनिंग प्रदान करती है | वाराणसी में कम्प्यूटर शिक्षा को बेहतर व न्यूनतम शुल्क में छात्रो तक पहुचाने में वेदांतश्री पिछले 10 वर्षो से प्रयासरत है |
Free To Learn In VedantSri Computer Institute in Varanasi
इस वेबसाइट का यूज़ वेदांतश्री में पढ़ रहे छात्रो को कोर्स से सम्बंधित ऑनलाइन सपोर्ट करने से सम्बंधित है | इस वेबसाइट पर उपलब्ध विडियो, टेस्ट शीट, Questions & Answer सेशन, ट्रिक्स, टिप्स वेदांतश्री में सिख रहे कोर्सेज से सम्बंधित है | उपलब्ध कंटेंट संस्था में सिख रहे छात्रो के डिमांड पर अपडेट किया जाता है | उपलब्ध कंटेंट वेदांतश्री में पढ़ रहे छात्रो व सम्बंधित छात्रो को निशुल्क प्रदान किया जाता है जिसका कोई अलग से शुल्क नही लिया जाता है | इस वेबसाइट पर उपलब्ध कंटेंट कम्प्यूटर कोर्सेज व इंग्लिश स्पीकिंग कोर्सेज से सम्बंधित अपडेट किया जाता है |
(MS Excel Macros Search & Print Project)
About CCC Online Test 2022
CCC Online Test 2022:- This is the CCC Online Test Website Page. If You are preparing for CCC Exam or any competitive exam then you should visit this www.vedantsri.net website.
you can also download this app from the play store and you find Just like many more Online Test Series Related For Example MS Word, MS Excel, MS PowerPoint, Internet-related.
This is Provided By VedantSri Computer Institute Varanasi. The VedantSri Provides Best Computer Classes, Courses, Coachings, and Computer Training in Varanasi Uttar Pradesh India.
(MS Excel Macros Search & Print Project)
Important Links
1-VedantSri Official Website:- https://vedantsri.com
2-Student Support Website:- https://vedantsri.net
3-Jobs Assist Website:- https://www.jobdo.in
(MS Excel Macros Search & Print Project)
Sir Sare Pocess kar lene bad jab serch button per
Click kar rahe hai toh Serch nahi ho raha
hai.Serch karne per Microsoft Visual basic name ka ek box open ho raha
hai jisme –
Run time error “9”:
Subscript out of range
Ke sath End,Debug, aur help likha hua aa raha hai
Iska kaya matlab hai sir?
Mai kaha pe galti kar raha hu?
Sir plzz upload the video of bill entry whenever you will free
3-4 batch yesterday project
Ok Anjali I will update video about Bill receipt.
Thank you very much
Sir please Attendens sheet upload kr dijiye.
Ok Anuradha Ji
https://vedantsri.net/ms-excel-attendance-sheet-projects/