बहुत ही आसान तरीके से बताया आपने बस एक सवाल है आपसे। अगर मुझे किसी रिपोर्ट कि समरी का स्नैपशॉट आउटलुक पे लगा के उसी फाइल को अटैच करके कुछ मेल पे भेजना है। तब हम कैसे करेंगे कृपया मदद करे। मैने बहुत सारे वीडियो देखे लेकिन आपकी तरह किसी ने नहीं समझाया
Namaste sir, Thanks for the wonderful video using simple words you have explained too much, Bhohath he aasan thareekese hum samajsakthe hain jaise aapne sikhaya, Diknemetho aasan laga magar karneme problem aatha hain sir ji.
Can we write vba code, which execute automatically, like, if we write =sum(C1:C10) formula in cell C11, it works automatically, we do not need to execute it, while vba code required code execution
Sir plz help if I have some data I want to find out min max but not according to excel like if I calculate min then it will show lowest value from data and same for max But I don't want it My calculation is average+min value from data and ➗ by 2 and same for max Plz help how to write command in functions
Hell sir have a good day I have multy no of sheats in a workbook as Tax invoice original for reciepient duplicate for transport Triplicate for Supplier Extra copy Estimate Proforma invoice and others Now i have a worksheet (Info) When i put a logo in Info sheet in a specific cell it should be replaced with the existing logo in all sheets Thanks again
"Runtime error 424 object required" aa raha hy mery pass window 7 hy. Ye error ja nahi raha. Kia solution hy es ka please guide me huge quantity of thanks.
Wah bahut hi badhiya tarike se samjhaya aap ne, maza aa gaya, etna easy way me. Thanks alot
Thank you Saurabh Singh
Bahut achha video banaya h apne 👍
Aapka btanay ka tareeka bohat acha he bhai jaaaaaaan
Sir VBA ko bhut aasani se samjha diya. Thanks.
1 request h ki curser ka yellow colour ke karan function dikhai nhi deta h.
You really grdeat to explain humbly, considering the audiance as beginners which makes them learn with more attention. thanks for that.
Bhai g baki sb to thk ha butt ap k bolny ka andaz kamal ka ha goooood and carry on
बहुत ही आसान तरीके से बताया आपने बस एक सवाल है आपसे। अगर मुझे किसी रिपोर्ट कि समरी का स्नैपशॉट आउटलुक पे लगा के उसी फाइल को अटैच करके कुछ मेल पे भेजना है। तब हम कैसे करेंगे कृपया मदद करे। मैने बहुत सारे वीडियो देखे लेकिन आपकी तरह किसी ने नहीं समझाया
Thank you sir to teching but I wont to learn from you how to make stock inventory management in excel sheet with simple tricks
Excellent! ......you make even the difficult things very easy.
Bahut hi shandar explaination I m new learner of VBA code What iisnext about it Please send
Thank you for your new and very important class of Excel.
Sikandar Bhojani Thank you sooo much dear.
Excellent sir ☺️
Gajab sir your video is very well
दूसरे फोल्डर में ऑटो सेव कैसे vbà code likhenge बाकी सब ठीक है धन्यवाद
Nice sir good for understanding the basic coding for creating macro.
Namaste sir,
Thanks for the wonderful video using simple words you have explained too much,
Bhohath he aasan thareekese hum samajsakthe hain jaise aapne sikhaya,
Diknemetho aasan laga magar karneme problem aatha hain sir ji.
What you understand 🙄
Sir please guide me for vba problem solution
Very nice video till now for me.
Clear u my basic concept of coding.
I will need to learn more..
Need for office work.
Aap kaha se ho
Sir ager zayadha range kerni ho to pory collumn ki ya row ki to is ka code kia hoga
Thank you very much sir.your's tutorial is very easy and simple so I understand it.
Good sir bahut acha laga
Have you any programme on online teaching of VBA excel.plz inform.there should be a continuous teaching on it.
we have a course on vba which you can buy
myelesson.org/product/
you can check it here
Sir, Original for Buyer, duplicate Transporter, Triplicate , Extra copy ye Invoice printing karenge to Ana chahiye to kaise karenge in excel
sir very nice video 1 question please vba ko ksa pta chla ga k us ne data excel ki konsi file me se lana h
Good sir your voice is so great
VBA KI coDING jese dim as long ,,,sh as workbook,,,lr is sheets wagayra bhi sam jhaaayn please
Hi Sir,
I have a questions? can we sum like excel in same column at end row no. How to do it?
Sir mere ko ap vba ki sari series dekhni hai toh ap ek link Bata dejiye
sir apne dot.ka function kaisa use karna
sirf tysm for making this video....... but sir can u tell me kya mein iss chiz ko use krke percentage kese nikalu??
please make a formula =sum for many rows in vba code (for row total)
please make a vdo for it.
Wow.... Amazing sir
Excellent..
But her dafa Run krna pry ga
Sir i want help in vba project
Dear sir please make more video for VBA lessons
Yes, i will upload 1 videos every 2nd day on VBA series
Can we write vba code, which execute automatically, like, if we write =sum(C1:C10) formula in cell C11, it works automatically, we do not need to execute it, while vba code required code execution
You Are Taking A Classical Class.
Data entry into vba in excel
Thank you for the question, we will get back to you soon. In the meanwhile please visit www.myelesson.org for more excel resources
Thank u sir ji
Super teacher
How I can use this like formula
excel vba se jo data hum input krwa rhe hai woh insert to ho lekin us par formula work nhi kar rha hai
Fantastic
sir my data is available in 2 sheets. i want to that data is display in one user for and update from there
Sir mujhe Automatically invoice no generate karna wo kaise hoga print k time pe
When we sum only bold number in a data so how do it thanks
hii use this code
Sub sum_only_bold_num()
Dim mycell As Range, total As Long
MsgBox "plase select the range"
For Each mycell In Selection
If mycell.Font.Bold Then
WorksheetFunction.sum (mycell)
total = total + mycell.Value
Else
End If
Next mycell
Range("d7") = total
End Sub
Aur video vba ka banaiye sir
c12 mae ek addition huwa toh kaise phir krna hai?
Want to make VBA with selecting 50 line items but value column should be between 7k to 10k how to make it??
Sir plz help if I have some data I want to find out min max but not according to excel like if I calculate min then it will show lowest value from data and same for max
But I don't want it
My calculation is average+min value from data and ➗ by 2 and same for max
Plz help how to write command in functions
sir, muje userfom me search option me text deke selected line account name select karna hai to pls send vdo or vba code pls
Sir pls change the shape of yr mouse. We cannot see below the shadow of yr mouse.
एक ही एक्सेल शीट में ऑटोमेटिक हर महिनेकी सैलरी कैसे बनाये और सर्च बटन कैसे बनाये
explained legit well :-)
`
Add ins kya hota he sir
Hi Sir, apki website se files download karte time payment method ku show hota h jbki payment value is "0". Please advise
Nice sir....thanx
Welcome Dost
kisme video editing aur konsa mic use krte ho?
sir pls change the shape of yr mouse. we cannot see below yr mouse shadow. never mind.
Ty
Sir
01-2020=2
05-2019=1
03-2017=2
is type ka multiple cell ka entry only one cell main equal ke bad main jo value hai usko sum kaise kare.
Thank you for the question, we will get back to you soon. In the meanwhile please visit www.myelesson.org for more excel resources
How to right code for date and calendar.
Video is not visible. Can you upload new visible video, so that i can see the example of it?
thanks sir
Hell sir
have a good day
I have multy no of sheats in a workbook
as Tax invoice
original for reciepient
duplicate for transport
Triplicate for Supplier
Extra copy
Estimate
Proforma invoice
and others
Now i have a worksheet (Info)
When i put a logo in Info sheet in a specific cell
it should be replaced with the existing logo in all sheets
Thanks again
Sir, when we need to use vba actually? Becoz excel already has so many features.
There are lots of use of VBA. When u have to capture any data from another file also u can connect vba to mainframe as well .
if we've sum option in excel sheet so why we're doing sum by using VBA (it's so long procedure)
"Runtime error 424 object required" aa raha hy mery pass window 7 hy. Ye error ja nahi raha. Kia solution hy es ka please guide me huge quantity of thanks.
nice
Sir i m doing same but still it gives some error why??
Nice
Sir mail id dijiye
Main ek file bhejunga
Hep kijiye
Sir yeh apne mouce ka mark change kro normal yellow color remove kro
run krne pr error dera h, compiled ??why?
Thanks sir, your voice is good
Sir change the arrow of yr mouse. We cannot see something below yr mouse arrow.