Sir apne bhut achhe se formula bnaya h ek bar m hi work kr gya thank you so much other video m se maine formula try kiya tha toh error aa rha tha bar bar par apka video dekhkr formula lgaya ek bar m hi work kiya thank you Sir
It was so well explained step by step and I was absolutely able to do it all comfortably without a single doubt. Bas aapse ek request hai. I couldn’t capitalise all the alphabets as main invoicing mein Har alphabet capital karta hoon. Much appreciated 🙏🏻
very well explained Sir. Thanks a lot for sharing your valuable information. the only thing is that there is no space coming 2 digit numbers. it's like this EightyFour. It should be like this Eighty Four. Anyway Thanks a Lot.
thank you so much sir, i worked like a butter smooth, after this happened , i felt like a pro coder. wow love u sir. it took me almost 10 years to know this. i was using app called numbers to word n used to copy paste . thanks again sir,
My dear brother, I very impressed with your first video, so I decided to subscribe your channel and press all bell icon. I hope you will help me more in future. May creator of universe make you better in your field.
But ek problem aa rhi h jese hm excel m coding dal rhe h to proper Kam kr rha h but excel close krte h or excel again open karte h to wo formula work nhi kr rha h pls solution dijiye
Sir aapki ye video dekh kar mera kam asan ho gaya me bohot TH-cam pe video dekha kisi ka formula kam nahi aata tha par aapka 1 he baar dekha or formula kam aaya thanks for help me aap aise he acche acche video banate raho
Bhaiiiiii........Awesome........Thanks a lot....
After watching so many videos this was very useful and easy for a non-expert Excel user like me. Thanks a lot for the Video.
Thanks for sharing your creation. Keep sharing new creations.
Function SpellNumber(amt As Variant) As Variant
Dim FIGURE As Variant
Dim LENFIG As Integer
Dim i As Integer
Dim WORDs(19) As String
Dim tens(9) As String
WORDs(1) = "One"
WORDs(2) = "Two"
WORDs(3) = "Three"
WORDs(4) = "Four"
WORDs(5) = "Five"
WORDs(6) = "Six"
WORDs(7) = "Seven"
WORDs(8) = "Eight"
WORDs(9) = "Nine"
WORDs(10) = "Ten"
WORDs(11) = "Eleven"
WORDs(12) = "Twelve"
WORDs(13) = "Thirteen"
WORDs(14) = "Fourteen"
WORDs(15) = "Fifteen"
WORDs(16) = "Sixteen"
WORDs(17) = "Seventeen"
WORDs(18) = "Eighteen"
WORDs(19) = "Nineteen"
tens(2) = "Twenty"
tens(3) = "Thirty"
tens(4) = "Fourty"
tens(5) = "Fifty"
tens(6) = "Sixty"
tens(7) = "Seventy"
tens(8) = "Eighty"
tens(9) = "Ninety"
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
FIGLEN = Len(FIGURE)
If FIGLEN < 12 Then
FIGURE = Space(12 - FIGLEN) & FIGURE
End If
If Val(Left(FIGURE, 9)) > 1 Then
SpellNumber = "Rupees "
ElseIf Val(Left(FIGURE, 9)) = 1 Then
SpellNumber = "Rupee "
End If
For i = 1 To 3
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
If i = 1 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Crore "
ElseIf i = 2 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Lakh "
ElseIf i = 3 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Thousand "
End If
FIGURE = Mid(FIGURE, 3)
Next i
If Val(Left(FIGURE, 1)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 1))) + " Hundred "
End If
FIGURE = Mid(FIGURE, 2)
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
FIGURE = Mid(FIGURE, 4)
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " Paise "
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
End If
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " Only "
End If
End Function
Copy kaise kre
Wonderful ❤❤❤❤❤❤❤ super thank you sooo much
Sir apne bhut achhe se formula bnaya h ek bar m hi work kr gya thank you so much other video m se maine formula try kiya tha toh error aa rha tha bar bar par apka video dekhkr formula lgaya ek bar m hi work kiya thank you Sir
Hello bhavna plz send me formula copy & past
AOA sir g coding ko kistrah search krna hy
Koi bta dain net say kia likhon
Sir g bta dain please ap
Isse achcha to aap wo file hi download kr lete..
Great Boss 👍👍
Beautifully explained with complete file. Thx a ton's from my side
very good lecture 100% effective i did it...................................thanks Dear
Formula save karne ke bad sub execl sheet me work ho jayega kya,
Ki har naye sheet mein fir se process karna padega.
No ho jaega fir save kar le us bill se new bill ko save as karna
Superb.. worked as shown.. thanks
It was so well explained step by step and I was absolutely able to do it all comfortably without a single doubt.
Bas aapse ek request hai.
I couldn’t capitalise all the alphabets as main invoicing mein Har alphabet capital karta hoon.
Much appreciated 🙏🏻
Could u share a coding file with me
sir ye coding file kaha se key ge
you may use =UPPER ( ) , =lOWER( ) formula.
😅
sir coding file ka bina kase kara
Kay bat hai Bhai , man Gaye 🥰🥰🤗
very well explained Sir. Thanks a lot for sharing your valuable information. the only thing is that there is no space coming 2 digit numbers. it's like this EightyFour. It should be like this Eighty Four. Anyway Thanks a Lot.
In text file replace "One" with "one " and do the same for all the numbers mentioned.
@Ashok Soumi
It won't be done
@Francis Dsouza
Please mail me , I'll explain you 😊
Thank you boss. Superb tutorial.
This formula works only that particular page only. Doesn't apply to other new open Excel sheet.
Right
Where he gt the things in notepad?how to take that
@@arunaaru3529go to the link in description
Did you find anyway to do it in multiple/ other files
Formula
Very good information, it's really works
How to remove rupees
I have no need to write currency
Great Bhai, Huge Thanks.
If you can kindly remove the "Rupees" and "only" from the coding and share us the link, it would be extremely helpful!
Open text file and wherever "rupee","rupees","only" are there, replace them with ""
👍🏽
Amount ke baad rupees lagate hai wo kaise add hoga is formule mai?
there you can change it use
wow,,,So usefull...!Thankyou so much for this useful info.
Love you Sir.❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Super Bro, Ultimate. Thanks
Its Working thanks sir for very well explained
Superb!! very easy to use. thank you
just lovely and helpful . loving
thank you so much sir, i worked like a butter smooth, after this happened , i felt like a pro coder. wow love u sir. it took me almost 10 years to know this. i was using app called numbers to word n used to copy paste . thanks again sir,
Fantastically explained! Appreciated... Thank you.
Thank you, bro
God bless you
Thank you so much... It takes 2 minutes only... U deserve like and subscribe❤❤
wow thank you very much for this video.
Thank you for sharing this information with us...🙏🏻🙏🏻🙏🏻
My dear brother, I very impressed with your first video, so I decided to subscribe your channel and press all bell icon. I hope you will help me more in future. May creator of universe make you better in your field.
Bhai u r a lifesaver😊
Very informative vedio ❤and special thanks for Code 🎉
Thank you Boss. You have saved my time.
Thanks for the code and video. its really helpfull
Great man......God Bless you.
Thank you so much.
Very informative and useful video.
Very nicely explained. Thanks🍫...God Bless...
Thank you sir for the best video
Excellent ❤ Thank You So Much Brother
Thank you sir.. Helpful information it's work
Thanks Its working good job done by u
informative video 👏
Tnx a lot for this informative vdo
But ek problem aa rhi h jese hm excel m coding dal rhe h to proper Kam kr rha h but excel close krte h or excel again open karte h to wo formula work nhi kr rha h pls solution dijiye
C Tech, you are wonderful. Good job and keep up. I super appreciate this work.
Wow bro Amaizing
I really appreciated your work, Jazak Allah
Useful tips, Thanks.
Great Work Brother....Your video was an Timely help
Great.....thanks a lot
Thanks for sharing code.
Bhaiya jee bahut achha jankari diye dhanywad
Thank you for this easy explanation
बहुत useful वीडियो है। Thanks।
gajab guru..maan gaye bahoot badi prob solve kar di
thank you so much ...this video is very useful for me ....😊
Thanks a lot, you solved my problem I was looking for this formula. Regards
Thank you very much Sir🙏🙏🙏🙏🙏
Thankyou for the tricks
Thank you very much, appreciated.
Thank You sir.. My problem is solved...
thanks bro. complete work in my office 2013
Welcome 👍
salute you sir
Thank you sir very useful formula
Great work bro, it will very helpful for me
thank you sir, very helpful
Thank you so much you are the best.
It's work thanks 🙏🙏🙏
Awesome dear
God bless you, step by step well explained formula
a lot of prayers to you
Nice work it's very eazy
Thanks sir 👌 problem solved
Thank you !!! works like charm.
Sir aapki ye video dekh kar mera kam asan ho gaya me bohot TH-cam pe video dekha kisi ka formula kam nahi aata tha par aapka 1 he baar dekha or formula kam aaya thanks for help me aap aise he acche acche video banate raho
thanks for this explained
Thankyou so much this vid is a big help
Thank you for sharing..
Super very useful information thank you 🙂
GREAT WORK THANK YOU SIRJEE
Thank you very much sir
Excellent
thank you so much
really great help
Thnks a Lot Brother :)
Very useful bro thank u
Thank you for the coding
Bohot mast video hai
Thankyou for you information
Nice... It's working
it was easy to understand and it worked just by trying once
Thanks sir... 🙏🙏
Thanks. Good Video
Thank you very much sir...
Thanks a Lot dear
GaZB 😍😍😍😍
its very helpful and easy
Good effort
Than k you Sir. It works.
Thanks alot for sharing the Codes.
where are the codes?
Excellent! एक छोटे से फार्मूला के लिए कितना बड़ा कोडिंग आपने किया है! बहुत अच्छे!
Just saw your video and tried in excel, its successful. Thank you so much Sir 🙏
What about coding