Thank you so much for this video! It helped me a ton with creating automated invoices for my home business. I use Excel on a MacBook, and I ran into a few challenges since the ribbon layout is a bit different, and my Excel skills are pretty basic. But your clear instructions made it so much easier to follow. I really appreciate the time and effort you put into making this tutorial-it's been a game changer for my workflow! I’m only on lesson 2 of the 6 lessons, but fingers crossed I can finish the whole series and have a sick as invoice generator! YOU ARE SO APPRECIATED!
@natbal776 ай бұрын
I'm the visual basic coding - When adding in the sheet ranges (ie. cell numbers from the invoice template) it is important to include the sheet as well. In this video it just had, for example, "Invno = Range(" C6"). If you have multiple sheets include the sheet name as well, ie. "Invno = Sheet1.Range(" C6"). I knew very little prior to watching but I'm starting to really understand the backend now. Thanks so very much. So much increased productivity and data collection.
@pk63361583 ай бұрын
This was SOOOOOOOOO Helpful to this great video. Thanks to both of you, Chester Tugwell and @natbal77
@Mitzi7127 күн бұрын
"Wow, editing Invo = Range("C6") to Invno = Sheet1.Range("C6") was a total EUREKA moment for me! That little change made everything click. Thanks for this comment - my Excel skills are pretty basic, so thank you! THANK YOU! 🙌"
@polytongue57142 жыл бұрын
This tutorial is brilliant. Followed along step-by-step and even adapted some of it to suit me specifically. It's exactly what I was looking for and it's professional as hell
@RayanMehr-o9v21 күн бұрын
I tell it whole heartedly. YOU ARE THE BEST!!!!!!! I enjoy and learn too much from you and your channel even I could not Imagine if there is place that can see these. Please accept my deep regards and thanks and I wish the best for you.
@WayneRigley Жыл бұрын
OMG IT WORKS... just found vbs the other day and im going crazy ! it might be better than QR codes at this point. now the last thing to do is figure out the pdf links part as i keep having issues and then email. this vba has taken 2hrs of my morning down to 3 min !
@garygrimmonpre9396 Жыл бұрын
Building a drop down for a customer list isn’t working for me. Tried 10 times step by step …. No worky frustrated.
@angeladavies3591 Жыл бұрын
Very useful, many thanks. I do have a question the set next rec =sheet3.range("A1048576).end(xlUp).(1,0) isn''t working. Please advise
@adamscheck46822 жыл бұрын
Chester, can you reopen an invoice and edit/correct is after adding it to the record of invoices?
@stephaniedenis-villard773411 ай бұрын
Thank you. These are fantastic videos. Now how to I remove all of my "test" invoices from my "record of invoices"? Thanks for the advice
@raedsaed7087 Жыл бұрын
hello Can you help me I have some issue with Conditionally Format
@marioamoroso15326 ай бұрын
Great tutorials. Easy to follow and use! I do have a question though. If I am using MS office outlook, how do I get it to send it through there?
@ahmeddilshad48282 жыл бұрын
How can i deal with partial paid invoice and If I want to adjust it accoedingly productwise? Need your help
@CFLEurope11 ай бұрын
This tutorial is really good. Can be done the same but for sea shipping quotations that work on excel 365 ? I tested this invoice and office 365 don't let run any of the buttons ( VB ). Thank you for your kind feedback.
@octomood2330 Жыл бұрын
love this tutorial, can i ask if i want my Invoice number to have text at the start how would i code this?
@JeremyHall-f8b Жыл бұрын
Hi Chester, awesome tutorial, thank you. In my record of invoices the date displays as 01/01/1900. Can't seem to change that. Any suggestions as the date on my invoice is a formula =Today()
@juett2 жыл бұрын
amazing content mate, one of the easiest to follow tutorials ive seen on youtube, keep up the amazing work
@TadanoOffice10 ай бұрын
well done , so when i save data in other sheet so i want i update the price in same invoce number
@verlindmustafa97048 ай бұрын
Why is it when i prees record it says something having an error and it says to debug then it highlights the part with A1048576
@ck61118 Жыл бұрын
These tutorials are wonderful. You do a great job of explaining everything. Thank you so much for this content.
@ChrisPoepping Жыл бұрын
Hi Chester really enjoying your tutalge. i opend Visual basic editoe and only a grey screen appeared. nothing was populated in. do you know what has gone wrong? thanks Chris
@DianeLawson-ho7gf11 ай бұрын
This concept looks like exactly something I need. Are you available to set something like this up to suit my specific business requirements? Please say yes!
@sigma-sgm2 ай бұрын
Thank you very much. I have been found until I watch your video. Thank so much again
@davidsmiththeaiguy2 жыл бұрын
Hi Chester Really appreciate this video series.!!! I think I've watched at 4 times over. I am adapting to suit my own invoicing and quotation needs. Sometimes my invoice / quotes are larger than one page, so is there a way make the amt dynamic, instead of being fixed to "I41"?
@AceMaverickM Жыл бұрын
GREAT breakdown and thank you for this !!. I downloaded your excel template and moditfied it. So this is really helpful in making sure i fix the macor's to to the right cells now and it works like a charm . Thank you for this
@mrtanner87 Жыл бұрын
Another great tutorial. I have one problem with the conditional formating. As soon as there is a date in the Date Due column the colour disappears?? Any ideas. Thanks again for making the seemingly impossible look easy...
@markhughes2611 Жыл бұрын
An awesome addition to this would be to set up a customer info sheet that auto populates the customer database, and generates a customer ID number. Why? For a nifty interface and some place to have additional fields like customer notes and scope of work a place to create a payment schedule and a contract for them to sign etc.
@ZakZky0072 жыл бұрын
I have learned a lot.Thank You! How Would I create a Summary page that shows amounts paid for that month if Paid columns says 'yes'. Like reconciliation of what is already paid for the month.
@tomhilton5236 Жыл бұрын
Hi Chester, Do you have any suggestions on how to attach expense receipts to the Invoice? Then email them over with the invoice.
@314rat Жыл бұрын
Hello. Great step by step. But I am stuck. Why doesn't the amount apply in column 3, sheet 3 ? It`s left as a blank. What do I have to do ?
@wayneedmondson10652 жыл бұрын
Great tutorial Chester! Very thorough and well explained. Thumbs up!!
@MyDjcharles2 ай бұрын
Hi, In my workbook, I have 2 invoice templates on 2 different sheets (invoice templates in different languages) in the same workbook, and I'm trying to get them linked with macros to an automated invoice tracker. I followed the video here above, but can't seem to get it working. Any idea what steps I need to take to get this working? Thanks in advance!
@1000tastebuds10 ай бұрын
Great tutorial, Chester. However, I have a problem. when declaring invno= Range - there's a problem as Range is declared 'an invalid property'. Can you help?
@adairvogel887 Жыл бұрын
This tutorial was so well done!!!
@ChesterTugwell Жыл бұрын
Thanks for taking the time to give feedback.
@mohammedakhtar520318 күн бұрын
Sir please reply me I have question that in add to record option how to prevent duplication of record as if we press that twice it should through a error some what like that please And thankyou It was one of the best playlist of excel I've ever watched and was a lot useful
@Andronius_ Жыл бұрын
What a great series of videos. I'm in the process of adapting my own needs to the template but I would have never gotten this far without your videos. One thing I cant figure out is I want the Record of Invoices to put the newest on top instead of the bottom. I've checked out your other videos on sorting but cant make it work. Is there a VBA code that will work without the data being in a table?
@BryanSkinner-es2vl2 жыл бұрын
Thanks for the videos.. Have made a similar Invoice to the one in How to Create an Automated Invoice in Excel | Including Formulas and Customer Database. Then use the video (Create an Invoice Tracker in Excel) worked fine for the first now its adding to info correctly.
@grantcrosslin6002 Жыл бұрын
Can you help me wth the macros for creating a PDF, and mailing the PDF with a Mac?
@amylee1902 Жыл бұрын
Very helpful tutorial! Only issue I'm having is when I run the macro, because I am using an alphanumeric invoice number with symbols (-), the value comes up as false on my record of invoice :( any idea's how to fix please!?
@ahrankim86 Жыл бұрын
Hi! Thank you for the tutorial! I have a question. I have a situation where I have a lot of worksheets (one worksheet per invoice) and have one Record of Invoice sheet that displays certain information from each sheet, just like the video example. However, I want the Record of Invoice sheet to reflect any changes made to the each invoice, instead of creating a new line. What would you recommend in this case?
@SuperLipapa Жыл бұрын
Hi Chester, could I ask how can I set up the tracker, when customer pay installment (like 50%, 40% and 10%), and invoice number start like ABC00001. Thanks
@johnyboy47022 жыл бұрын
Hi Chester, Great videos, I have been trying to get the next invoice to the next row of my tracker for weeks. Everything worked fine except my first row starts at 18, fixed that but the next invoice will override the Sam row. Any suggestions?
@kiranarana72742 жыл бұрын
Please help If I would like to record all the description to the records of invoice what wil be the vba
@mechdice11832 жыл бұрын
What if i want to save the description in the invoice as well
@markprentice1811 Жыл бұрын
hi iv downloaded your invoice ( thats Grate )when i send a email outlook dus not sent it can you help
@JeffMcgee-n8w4 ай бұрын
how do you code/formulate a unique invoice # for example "5P063-01"?
@Bro_Ash Жыл бұрын
Just use this and results successfully... thanks very much!
@zulfiqarrahim1127 Жыл бұрын
Hi Chester, when I create the macro the invoice number does not update and I'm not sure as to why this is. I was hoping you could help please.
@mohamedtalaat97452 жыл бұрын
First of all, thanks alot for this great tutorials. but i need to ask if i can save that record using macros in a seperate spreadsheet ? don't even bother telling my how, just please let me know if it is possible. thanks alot in advance
@userjustlearning Жыл бұрын
i did everything just like you showed but when i enter employee it on records it on one line and nothing else it keeps changing only at that one Colum .please help
@landryilunga1818 Жыл бұрын
quick question: is the invoice number added automatically from the invoice record? You didn't show how that was done
@markthg111 ай бұрын
Great tutorials thanks, invoice created fine and now woring throgh this....I keep getting a Compile Error highlighting the Sub RecordofInvoice(), ther error states: Expected Sub, Function, or Property...I cant seem amyhting different between the video and what I have inputted but I cant seem to fix the error...complete excelnoob here just to be clear!
@sanjeevareddydontireddy5909 Жыл бұрын
Excellent and very useful. Only one thing I noticed is that there will be duplicate of records when I do any two of the actions (Add to record, save as .xlsx, save as pdf and email the pdf). It should add to the same record.. Thanks a lot
@siddharthwaghmare4738 Жыл бұрын
Sir, please write a VBA code if we need to record the description of multiple line items in an adjoining sheet.
@lisay53024 ай бұрын
Brilliant series!
@maskoutdoors1974 Жыл бұрын
my via function of Set nextrec = Sheet3.Range("A1048576").End(xlUp).Offset(1,0) is not working I have put it exactly as it was written in the video and yet I cant find to get it to work
@scottjones9102 ай бұрын
I have followed exactly but eliminated the terms sections as we don't have them when I run the macro it comes up with errors. I have tried it 5 times now I could cry
@aprillynsalgado Жыл бұрын
This is another awesome video!!!! Helps a lot
@ChesterTugwell Жыл бұрын
Glad to hear it!
@CAPY-LLC Жыл бұрын
It's great how you explain! Thank you very much for sharing your knowledge!
@ChesterTugwell Жыл бұрын
My pleasure!
@duvell1 Жыл бұрын
I followed you tutorial step by step but for macros for the invoice tracking is not working I typed in nextrec .offset(0, 3) = dt_issue and excel is giving me the time not the date. I keep going back and looking very carefully at your coding and it still not giving me the dates
@CHME9ME910 ай бұрын
Hello, i had a problem, the invoice num shows me always 0 and the data it always gives me the same data and it's not even the date that i have ???
@gabz1989a2 жыл бұрын
where would one find how to add additional dims? like I want to add phone number etc and which formula to apply for it
@RinnelLiwanag11 ай бұрын
this tutorial is very helpful, but I need some assistance here. When I tried this macro, I can't change my currency into Philippine peso and my date became the default time. How to change it?
@darcylokers44038 ай бұрын
I'm trying to implement the formula to create the red background if the payment is overdue. Here is what I entered: =AND($A2**,$E2
@Kcofyforex Жыл бұрын
Hello, after doing the VBA, my invno = 0, Custname = " ", amt = 0, both date = 12:00 am. What did I do wrong, please?
@jordandyer9952 Жыл бұрын
Is there a way just to download this?
@glendaortiz8143 Жыл бұрын
This was excellent. I successfully did it in Excel. However, I now need to do all of these in Google Sheet, but I am not sure how. Could you make a video performing these macros in Google Sheet? Thank you.
@albertchinanga32722 жыл бұрын
This is impressive Chester Tugwell. I have learnt a lot from this tutorial, thank you for very much. Is it possible to group the records of invoices according to Customer Name?
@Hasan-wr7bm Жыл бұрын
let me kow if you get a response :)
@keithfrost34582 жыл бұрын
Followed the tutorial and adjusted as needed. Excellent work. I am very new at this and hit one snag. I am using an invoice with a drop-down list for driver names and I cannot figure out how to code it (driver name) to pull over into the invoice register. All other values come over just fine. Can anyone help?
@mikehoward452610 ай бұрын
Great tutorial, thank you
@AbdullaKhizamworld2 жыл бұрын
How about if i want to record with Full Details. Not only the Total.
@dasundileepabopegamage3484 Жыл бұрын
Very good tutorial. Thanks sri.
@KhaledAlbunni2 жыл бұрын
perfect. the invoice No not move to record of Invoices
@khangchiennguyen4621 Жыл бұрын
I am running excel on Mac and I don't know how to get "Format values where this formula is true:"
@dekivadiyajatin Жыл бұрын
Run macro error coming error is run time error 424 object required please tell us solution
@estebadosanjos2 жыл бұрын
How Can I do that if I already have a table with a name?
@zabithfaleeldeen35512 жыл бұрын
My invoice number goes as “INV0001” What will be macro formula for that ? I mean will it be “long” or “string” ?
@carteroster137Ай бұрын
on this video the updated version is to put the code into the sub sheet of your invoice template
@milannekuhh2 жыл бұрын
Hello, little question. So I accidentally removed 1 line in the 3th sheet with customer data. Now every once i press the play button of the macro, it's all 0's and it says 12:00:00AM where the due date is... Help?
@norcal2372 жыл бұрын
Hello, just saw you comment. I am on Mac and I was having the same issues. I was getting 0's and the 12:00:00AM, my problem was when I was playing the Macro I was in sheet3 looking at my Record Of Invoices. I had to be on the actual invoice and then played the Macro so it could move everything properly. Make sure you are in Sheet1 or the invoice when playing the Macro. That at least was my fix for this on Mac. Hope it helps!
@MashMurage Жыл бұрын
@@norcal237 Thanks alot. I was abit worried
@hollywood3632 жыл бұрын
Dates are showing 0/01/1900 in date issued column, term shows todays date and the ammount is $44,794 when it shows $176.00 on my invoice??????? PLEASE HELP!!!
@chrisrandall36243 ай бұрын
Invoice# 24-500 gives me error 13 type mismatch. any solution. the - is the problem.
@lauretta.2 ай бұрын
Try - Dim invno As String (instead of Long)
@padrospadros25392 жыл бұрын
hello, is it possible to provide invoice number with year and month? For example "2022.06-0001". I very kindly request you, if you wish, to clarify that. My thanks are enormous.
@jeffnelmes16976 күн бұрын
Hi Chester, I am a builder and not an IT specialist. Would you consider creating this invoice template for me?
@chrisstubbs574211 ай бұрын
My formula is not working. What am I doing wrong. Please help=AND($A2**,$E2
@chrisstubbs574211 ай бұрын
I got it sorted 😆
@pri25782 жыл бұрын
This series is excellent, thank you for your effort! For some reason in sheet 3 my Invoice no. field stays blank...what would I be doing wrong?
@sierraharris4706 Жыл бұрын
Thank you, these videos are very helpful. I do have one problem though. When I run the macro I keep getting a compile error, saying the sub or function is not defined. It refers back to the Sub RecordOfInvoice(), Am I doing something wrong?
@bawatechreview21682 жыл бұрын
Weldone Job! Sir I tried to modify this template and it was very easy. Now I want to add a Spell Number and Outstanding Payment brought forward. I need help!
@subairparappurath-r2z2 ай бұрын
set nextrec = sheet3.range("A1048576").end(xlUp.offset(1, 0) error
@ceagals.63442 жыл бұрын
Excellent video. So far everything has worked very well and looks very professional. I keep getting an error connected to this line: "Set nextrec = Sheet2.Range("A1048576").End(x1Up).Offset(1, 0)" The error says: "Runtime Error '1004'. Application-defined or object-defined error." I don't know how to fix it and can't get it to play. Can you please advise? Thank you so much!
@ceagals.63442 жыл бұрын
I see my mistake. I wrote "(x1Up)" instead of "(xlUp)". I have another question if you can please answer. For the formatting rule you made where the line is red until it turns clear by writing in YES, I am trying to make an additional rule where if there is a partial payment, I am writing PAR and the line should turn light blue. I copied the formula and replaced YES with PAR, changed the color to blue, but it will only do blue even when it says YES. Can you PLEASE advise? Thank you!!
@Avvura2 жыл бұрын
@@ceagals.6344 Check to see that you applied the rule to your worksheet area. Before you make the rule, select the area.
@ceagals.63442 жыл бұрын
@@Avvura thank you. I just saw this now 🤦♀️. I will try it. Thank you again
@natarajanvignesh56412 жыл бұрын
Hi sir, Your video is excellent. Pls explain how to create invoice for multiple copy pdf for 1.original for buyer 2. Duplicate for transporter 3. Triplicate for central exercise 4. Extra copy.
@exlr8inАй бұрын
Next Step: a nice report button which takes you to a different tab it will have a pull down menu (select company) - upper left corner w\logo it will then list all invoices for that company it will then have a total at the bottom - right bottom it will then have a print to pdf button What do you think :)
@lukeholland84872 жыл бұрын
When I hit play it shows the date as random numbers but when I click on the cell it shows the date why is this?
@vikrambhanushali15602 жыл бұрын
you have to change the cell format, where ever the date column is select the whole coloum(deselect heading) rightclick, click on format cells, select date and its type suitable to you
@xinliu93912 жыл бұрын
Nice, thank you!!
@all_in_one_school54712 жыл бұрын
thank u very much god bless u
@alouchicomics2 жыл бұрын
I wanna remove the usd symbol to none
@vikrambhanushali15602 жыл бұрын
Select whole coloum/row, right click the mouse, select format cells, select currency and the none
@HippieMosquitoQuatro Жыл бұрын
Y'all!!!!!! I just figured out my problem! My dumbass kept running the module on the record page (when it should have been on the template page)....hence the button...I just wasn't ready to commit to a button until I figured it out lmao
@miltonswl93492 жыл бұрын
Perfect
@rfox864 Жыл бұрын
I have meticulously followed every part of this and can not get it to work. Far to complicated for anyone with limited excel experience