Fully Automated Invoice Generate with Database and PDF of invoice in Excel 2023

Fully Automated Invoice Generate with Database and PDF of invoice in Excel 2023

Learn MS Skills with Faizan

1 год назад

105,913 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@r.a7253
@r.a7253 - 30.10.2023 21:30

Thanks a lot man ❤

Ответить
@SharadAggarwal-i9x
@SharadAggarwal-i9x - 03.11.2023 15:19

this vba code show 1004 error

Ответить
@ashish1584
@ashish1584 - 04.11.2023 08:26

Thank you so much, dear. It Worked

Ответить
@learnmswithfaizan
@learnmswithfaizan - 14.11.2023 10:28

I uploaded the file in Description Section, Now you all guys access the file

Ответить
@ISIISLAM-bl4rs
@ISIISLAM-bl4rs - 25.11.2023 07:25

🎉 very good 👍

Ответить
@vdjmahe7996
@vdjmahe7996 - 27.11.2023 14:17

Sir posible hoto 1 video Mobile ka invoice kese banaye fully automatic with IMEI k sathe, net amount, gst, word, ye sab include mention karna

Ответить
@kumailrizvi9896
@kumailrizvi9896 - 14.12.2023 18:14

Hello mai chahta hoo is invoice ka duplicate bhe save ho folder mai auto

Ответить
@aliasgar682
@aliasgar682 - 05.01.2024 16:12

iska link mil sakta he bhai

Ответить
@ahsan29136
@ahsan29136 - 07.01.2024 00:47

Aap vlookup ke table array mein pura table select kyu nahi karte ho??

Ответить
@DavidSiddiqui
@DavidSiddiqui - 11.01.2024 15:28

billing नाम के sheet में b8 और e8 से लेकर उसके निचे के सभी cells का data copy करो और उसे sell नाम की sheet पर h4 नाम के cells में transpose के तरीके में paste करे
उदहारण
b8 की value h4 में paste हो
e8 की value i4 में paste हो
b9 की value j4 में paste हो
e9 की value k4 में paste हो
इसका excel vba में code क्या होगा

Ответить
@omkarpokharkar4650
@omkarpokharkar4650 - 30.01.2024 08:43

Sir please send code for this excel I am unable to type RupeeFormat in excel getting an error

Ответить
@shashidharreddy4845
@shashidharreddy4845 - 03.02.2024 07:23

Hi sir my iferror is not showing blank instead it's showing 0

Ответить
@kangnadogra
@kangnadogra - 16.02.2024 18:35

good

Ответить
@ramkrishna7281
@ramkrishna7281 - 04.03.2024 12:01

Sir put vba code in description

Ответить
@ramkrishna7281
@ramkrishna7281 - 04.03.2024 12:01

Sir put vba code in description

Ответить
@ramkrishna7281
@ramkrishna7281 - 04.03.2024 12:01

Sir put vba code in description

Ответить
@ramkrishna7281
@ramkrishna7281 - 04.03.2024 12:01

Sir put vba code in description

Ответить
@PardeepKumar-dk8qo
@PardeepKumar-dk8qo - 07.03.2024 12:37

Sir can you make a file for us we are the tractor dealer

Ответить
@SalimKhan-n7k
@SalimKhan-n7k - 31.03.2024 08:52

Bhai Module Code Kese likhen

Ответить
@pranaygoudlifestyle2950
@pranaygoudlifestyle2950 - 01.04.2024 17:03

Sir can you share vba code or excel sheet

Ответить
@73tariqkhan
@73tariqkhan - 10.04.2024 15:53

invformative excellent

Ответить
@shrikrushnjunghare9171
@shrikrushnjunghare9171 - 12.04.2024 18:42

Sir can u send these template on mail

Ответить
@nancykhanna5179
@nancykhanna5179 - 23.04.2024 08:31

sir what if i want to make some changes in the pervious invoices made

Ответить
@javeedaligraphicdesigner5203
@javeedaligraphicdesigner5203 - 08.05.2024 19:45

Assalam Alaikum bhai app ka video wala file share karo bhai same file jo video mai bataye ho

Ответить
@viswamurthialrorairajukpm-4055
@viswamurthialrorairajukpm-4055 - 27.05.2024 13:09

how to download your invoice

Ответить
@viswamurthialrorairajukpm-4055
@viswamurthialrorairajukpm-4055 - 27.05.2024 13:11

Sir kindly share your excel sheet with us so we can practice it..🥹plz sir

Ответить
@Rocky-md7ib
@Rocky-md7ib - 03.06.2024 16:14

Very informative & easily interpreting video... Hats off to you

Ответить
@ramkhelawansingh7053
@ramkhelawansingh7053 - 20.07.2024 11:54

Error run 438a rhahai sir

Ответить
@axonhc3574
@axonhc3574 - 26.07.2024 20:32

1 question jab hum new k button pay click kerty han to new invoice no genrate ho jata ha 1 say 2 lakin ager hum dubara new pay click keran to 2 say 3 ho jata ha. ager hum is pay if condition lga dain kay jb tak invoice main date na ho next no genrate na ho. thanks

Ответить
@fgdgsdfaweret
@fgdgsdfaweret - 27.07.2024 10:45

Function NumberToWords(ByVal MyNumber As Double) As String
Dim Units As Variant
Dim Tens As Variant
Dim Hundreds As Variant
Dim Thousands As Variant
Dim Millions As Variant
Dim Billions As Variant
Dim Currency As Variant
Dim SubUnits As Variant
Dim DecimalPart As String
Dim IntegerPart As String
Dim TempStr As String
Dim Str As String
Dim Num As String

' Define arrays for the number parts
Units = Array("", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine")
Tens = Array("", "", "Twenty", "Thirty", "Forty", "Fifty", "Sixty", "Seventy", "Eighty", "Ninety")
Hundreds = Array("", "One Hundred", "Two Hundred", "Three Hundred", "Four Hundred", "Five Hundred", "Six Hundred", "Seven Hundred", "Eight Hundred", "Nine Hundred")
Thousands = Array("", "One Thousand", "Two Thousand", "Three Thousand", "Four Thousand", "Five Thousand", "Six Thousand", "Seven Thousand", "Eight Thousand", "Nine Thousand")
Millions = Array("", "One Million", "Two Million", "Three Million", "Four Million", "Five Million", "Six Million", "Seven Million", "Eight Million", "Nine Million")
Billions = Array("", "One Billion", "Two Billion", "Three Billion", "Four Billion", "Five Billion", "Six Billion", "Seven Billion", "Eight Billion", "Nine Billion")
Currency = "Dollar"
SubUnits = "Cent"

' Separate the number into integer and decimal parts
IntegerPart = Int(MyNumber)
DecimalPart = (MyNumber - IntegerPart) * 100

' Convert integer part
Num = CStr(IntegerPart)

Select Case Len(Num)
Case 1 ' Units
Str = Units(Val(Num))
Case 2 ' Tens
If Val(Num) < 20 Then
Str = SpecialCases(Num)
Else
Str = Tens(Val(Left(Num, 1))) & " " & Units(Val(Right(Num, 1)))
End If
Case 3 ' Hundreds
Str = Hundreds(Val(Left(Num, 1))) & " " & NumberToWords(CDbl(Right(Num, 2)))
Case 4, 5, 6 ' Thousands
TempStr = Left(Num, Len(Num) - 3)
Str = NumberToWords(CDbl(TempStr)) & " Thousand " & NumberToWords(CDbl(Right(Num, 3)))
Case 7, 8, 9 ' Millions
TempStr = Left(Num, Len(Num) - 6)
Str = NumberToWords(CDbl(TempStr)) & " Million " & NumberToWords(CDbl(Right(Num, 6)))
Case 10, 11, 12 ' Billions
TempStr = Left(Num, Len(Num) - 9)
Str = NumberToWords(CDbl(TempStr)) & " Billion " & NumberToWords(CDbl(Right(Num, 9)))
Case Else
Str = "Number is too large"
End Select

' Convert decimal part if present
If DecimalPart > 0 Then
DecimalPart = Int(DecimalPart)
TempStr = CStr(DecimalPart)
Str = Str & " " & Currency & " and " & NumberToWords(CDbl(TempStr)) & " " & SubUnits
Else
Str = Str & " " & Currency
End If

' Trim and return the final string
NumberToWords = Application.WorksheetFunction.Trim(Str)
End Function

Private Function SpecialCases(ByVal Num As String) As String
' Handle numbers below 20
Select Case Val(Num)
Case 10: SpecialCases = "Ten"
Case 11: SpecialCases = "Eleven"
Case 12: SpecialCases = "Twelve"
Case 13: SpecialCases = "Thirteen"
Case 14: SpecialCases = "Fourteen"
Case 15: SpecialCases = "Fifteen"
Case 16: SpecialCases = "Sixteen"
Case 17: SpecialCases = "Seventeen"
Case 18: SpecialCases = "Eighteen"
Case 19: SpecialCases = "Nineteen"
Case Else: SpecialCases = ""
End Select
End Function

Ответить
@AsifTurk-dt2kv
@AsifTurk-dt2kv - 04.08.2024 22:31

mary pas excl may Deta validation kam nahi kar raha list link nahi hoo rahai kia waja jo sakti haa

Ответить
@sumanrathore5114
@sumanrathore5114 - 05.08.2024 14:20

Sir rupees formula to aa hi ny ra

Ответить
@Cometoknowledge.
@Cometoknowledge. - 06.08.2024 11:19

Muje koi Mobile main Running wala Excel sheet bana k d. Please

Ответить
@SUNSTONE110
@SUNSTONE110 - 06.08.2024 21:01

Very nice

Ответить
@shahrukh7092
@shahrukh7092 - 06.08.2024 21:37

Useful information bhai jaan

Ответить
@tornado2768
@tornado2768 - 07.08.2024 20:30

Agar muje each part & sum data of customer back end pe Lena ho to kya karna hoga, please reply

Ответить
@kaamsekaam-2915
@kaamsekaam-2915 - 12.08.2024 20:21

Nice

Ответить
@vitabhealthcare6004
@vitabhealthcare6004 - 23.08.2024 07:03

if possible please share your mobile no. on my email id please sr

Ответить
@atiqrehman1223
@atiqrehman1223 - 31.08.2024 15:30

Great work, Sir.

Ответить
@OwaisRajkotwala-pk
@OwaisRajkotwala-pk - 01.09.2024 06:17

Bohat achi video hay, per ager kuch discuss kerna hoto khan rabta kerein

Ответить
@deepakwadhwa1433
@deepakwadhwa1433 - 09.09.2024 17:18

Very Nice & Imformative Video......🎉🎉🎉

Ответить
@Vumikakhatun111
@Vumikakhatun111 - 10.09.2024 06:29

Code Kaha Milega Bro😊

Ответить
@kumarkrishna6811
@kumarkrishna6811 - 12.09.2024 09:09

Medicine wholesale ke lia format chahiye

Ответить
@mohdsharique6693
@mohdsharique6693 - 12.09.2024 09:34

Hum ko xslm file send kar sakte hai sir

Ответить
@mzakria53
@mzakria53 - 26.09.2024 13:19

Hi , I need to have this template to generate the invoices , how can I buy it .
I need to get some more type of data energy form in excel as well .

Ответить
@SajidMehmood1297
@SajidMehmood1297 - 27.09.2024 11:46

Hi can you provide me excel fill

Ответить
@malayalamvideo1
@malayalamvideo1 - 06.10.2024 09:02

How to serial number add

Ответить
@vinayak3874
@vinayak3874 - 10.10.2024 21:25

THANK YOU BROTHER , ITS REALLY VERY HELPFUL

Ответить
@tonamiali
@tonamiali - 01.11.2024 06:01

how would you add a pdf link in your backup list with a link, if you click on that link, your saved PDF open?

Ответить