Someone please help, I am not from coding background Sub Modify() Dim iRow As Long Dim iSerial As Long iSerial = Application.InputBox("Please enter Serial Number to make Modification.", "Modify", , , , , , 1) On Error Resume Next iRow = Application.WorksheetFunction.IfError_ (Application.WorksheetFunction.Match(iSerial, Sheets("Database").Range("A:A"), 0), 0) This shown Compile error: Expected: line number or label or statement or end of statement. Please help 🙏
This is probably the best Excel tutorial I have watched. I like the fact that you did not edit out your errors but show them as they appeared and so i learned how to correct them and the reason behind each change. Very well done.
I am 21 minutes into this video, and I have already created an amazing cake order form for our retail bakery. I don't know how I stumbled on to this video, but it is fantastic. I cannot say enough good things about it. The instruction is easy to follow, and the result (so far) is beyond my wildest dreams. I cannot thank you enough.
DING, DING, DING, WE HAVE A WINNER. Thank you so much. I was stuck on a project and your video posted 11 minutes in and was just the topic i was looking for. you are Awesome, keep it up,
You revealed how Microsoft Excel is powerful too in data management, data analysis, and data entry. That is more than I expected to do in Excel. Thank you for your wonderful tutorial, Sir.
Sir, you have no idea how much you helped me with this tutorial video. I got to understand the concept of how everything works so I can apply it to different types of data and I can actually finish my works for studies to get passed to 2nd semester. I just want to shake your hand and say thank you so much in person 🤝
Awesomely done your tutor skill is excellent. I'm trying to learn VBA, not reverse engineering that's easy but for a novice like myself I could follow you all the way and actually now start to understand VBA coding language concept... I'm going to look trough you videos now without stopping...
You are awesome man. Great and easy way of explanation. I was always scared to learn these things as they look very complicated, but you made it very simple and easy. Thank you so much. I am very very thankful to you. And would like to request you please keep the good work going on.
This has been greatly informative/helpful!!! I would suggest though for anyone that does not want to alter an entry that was previously pulled up with "Modify" after resetting said entry with "Reset", to make the cells (in this case) L1 and M1 both equal to "" in the reset function.
This is my first time following a step-by-step tutorial for Excel. I am way past my bedtime, but I have enjoyed it a lot. I followed every single step that I even incurred the same error, ha, ha, ha. But, that is totally fine, since I have learned something today. Thank you so much!
This is the best tutorial, very helpful and easy learning. You are teaching very clearly and step by srep. Thanks a lot and hope more videos ahead. Excellent and fabulous.
Hello, I have watched your Excel videos on userforms with VBA and found them very helpful. Do you have a video demonstrating userforms with VBA to create an income and expense tracker? That also Adds, Delete, and Modify entries. The video doesn't have to show a dashboard worksheet that tracks income and expenses and calculates the difference unless you want to. Also, the userform should be able to track the category of the income and the cost, which are essential for a profit and loss statement. Thank you so much for all you do on your TH-cam channel. 🙏🙏🙏
this video is exactly what i have been wanting after a great deal of searches. thank you for doing this. my only problem is i am using the excel 365 using mac air and the function are very limited. For one, there is no user form in vba and this is why your videos are very helpful to me. Second, there are no activeX controls. Please show me tips on how to go around these activeX controls. Any help is appreciated.
This tutorial is awesome. I have the same requirements except i need to add on the log in and log out field. Which im having error in validating portion. Hope you could help
Thank you for the most informative demonstration I have watched thus far from about 30 videos. I am a little stuck though on the Data Validation. I am having debug issues with all code relating to the message box?
Excellent!!! Sir, request you to please ...please ..modify this coding with Print command button so that any wants to print the record details in an excel sheet , the same cans be done from the menu.
This is really helpful. But do you have a video for mac users. I understand it completely. But I use a mac and finding some of the commands is a bit troublesome
This is my first time to create data entry form. It is very useful and easy to follow the tutorial. Please help me how to modifying typing a Name of employee? Thank you so much..
Hi sir. You have made one row entry form. If I want 10 rows entry form with multiple pagewise entry for making the details of any kind of group consisting of 200 memebrs. Is it possible to do without VBA codes?. Please guide🙏
Thanks for the wonderful guidance, i developed a same Macro with different Form, it is working fine. one doubt i could not share this File , where multiple can access this at a time
Thank you very much for your fruitful tutorial. I have a question: in case I have deleted one record, the serial number will be repeated or not? What I understand is that the next s.no. is created by counting number of rows recorded. As your example you have s.no.1,2,3 and 1 is deleted, no. of row is reduced, so the next no. will be 3 repeated to the existing record. If I am correct, kindly let me know how to solve it. Thank you very much.
Awesome tutorial! Thnak you having refresh from programming after a long while... but can you help me debug, when i get to protection the sheet (form) it wont work. looking forward to your assistance. Thank you
Hi Have created form as per your video very informative thank you. I have unlocked the data entry cells and protected the worksheet. When I hit the save button the validate macro stops at the following line ".Range("H6").Interior.Color = xlNone" I have no knowledge of VBA and just follow tutorials. Any suggestions as to fix this issue. Thanks.
Im not an IT major. But so interested with your videos cause im trying to create simple form and database tru excel. I just want to know wether i could modify the data through employee ID? Or is it fixed to use serial number only? Please answer me...♥️
This is amazing! Thank you so much! I am getting an era “end if without block If” within the validate function. Do you have any idea of how to fix this? Thank u 🙏🏾
Hi. I'm new to VBA and I'm not really an advance user of excel. I find your tutorial very helpful. I followed it and I was really feeling good because every single time I clicked on Debug, there were no errors. But as I was customizing it towards the end of your video where you said to double click on SAVE, I got errors. I hope you can help me customize my own report. Hope to hear from you soon.
Hi, this video is very helpful , I have a question ,similar to your databsae or entry form, say I have 100 product or items and if customer purchase this product, I would like to search the item first and enter the cusomter name and other info before I save it. how to search the certian item on the list of product and hot to the form and entering other s info before I save it. basically I should have a different shet for produ t list and its details (price code etc..) ? thank you for your help..
This video is awesome... I learnt alot from this video.. one question..how to search by two criteria ? Example.. search by ID and names and return the data if the input match by name and ID.. I hope you understand my question...
thank you. this is very helpful. I have a question: I created a field for email. After i click "SUBMIT" all fields clears out except the email field. How can i change that?
good morning sir, i am a follower and subscriber. i followed this video of yours and tried to create an entry and it was working good. the only trouble i encountered is everytime i modify and save a record, it save on next row not on the current row which i modified. hope you can help me about this
Hello. its Super and veru user friendly. Can i request you to sahre VBA code to delete entire row if a particular cell value entered. For example, I want to delete entire row when I enter emplyee ID, instead serial No? Please help.
4:00 Make Form
20:55 Make Database
26:35 Insert Module
45:00 Sub Reset
48:00 Sub Save
58:15 Sub Modify
1:07:45 Sub Delete
1:12:40 Click Save
Someone please help, I am not from coding background
Sub Modify()
Dim iRow As Long
Dim iSerial As Long
iSerial = Application.InputBox("Please enter Serial Number to make Modification.", "Modify", , , , , , 1)
On Error Resume Next
iRow = Application.WorksheetFunction.IfError_
(Application.WorksheetFunction.Match(iSerial, Sheets("Database").Range("A:A"), 0), 0)
This shown
Compile error:
Expected: line number or label or statement or end of statement.
Please help 🙏
This is probably the best Excel tutorial I have watched. I like the fact that you did not edit out your errors but show them as they appeared and so i learned how to correct them and the reason behind each change. Very well done.
I am 21 minutes into this video, and I have already created an amazing cake order form for our retail bakery. I don't know how I stumbled on to this video, but it is fantastic. I cannot say enough good things about it. The instruction is easy to follow, and the result (so far) is beyond my wildest dreams. I cannot thank you enough.
Ясат пт
DING, DING, DING, WE HAVE A WINNER. Thank you so much. I was stuck on a project and your video posted 11 minutes in and was just the topic i was looking for. you are Awesome, keep it up,
Thank you! I found all the errors by myself. Perfect experience and study.
You revealed how Microsoft Excel is powerful too in data management, data analysis, and data entry. That is more than I expected to do in Excel. Thank you for your wonderful tutorial, Sir.
Thanks for your feedback!
Awesome!! You are a good teacher. I will keep following you. Good job. Bless you.
I always come to this video to learn some coding.. still useful in 2023 tq so much sir..
Sir, you have no idea how much you helped me with this tutorial video. I got to understand the concept of how everything works so I can apply it to different types of data and I can actually finish my works for studies to get passed to 2nd semester. I just want to shake your hand and say thank you so much in person 🤝
Glad to hear that you found this tutorial useful. Thanks! 🤝
This tutorial I learned a lot of information to start of my projects using macro. Thanks ❤️ Alhamdulilah. More videos please ❤️
Awesomely done your tutor skill is excellent. I'm trying to learn VBA, not reverse engineering that's easy but for a novice like myself I could follow you all the way and actually now start to understand VBA coding language concept... I'm going to look trough you videos now without stopping...
Thanks bro. Working on collecting data on a project and your video has helped me to do up a data base.Thanks bro
Really excillent table. Grat Sir. The grate thing is hear you did not use any coding
You are awesome man. Great and easy way of explanation. I was always scared to learn these things as they look very complicated, but you made it very simple and easy. Thank you so much. I am very very thankful to you. And would like to request you please keep the good work going on.
I actually completed the entire one hour plus video, it is very detailed and helps a lot.
सर माहिती फारच छान आहे
फार फार धन्यवाद सर !.......
awesome , very helpful and explicit video. Thank you very much sir. from mauritius.
This has been greatly informative/helpful!!! I would suggest though for anyone that does not want to alter an entry that was previously pulled up with "Modify" after resetting said entry with "Reset", to make the cells (in this case) L1 and M1 both equal to "" in the reset function.
This is my first time following a step-by-step tutorial for Excel. I am way past my bedtime, but I have enjoyed it a lot. I followed every single step that I even incurred the same error, ha, ha, ha. But, that is totally fine, since I have learned something today. Thank you so much!
Thanks for your feedback!
It's Most Mind Blowing Training for US [ New Students ]
with my humble respect for your hard work. from Cambodia🙏🙏🙏🙏🙏
Thanks!
This video is awesome. I can now develop database with Excel.
Thank you. This video was very helpful. I was able to create my own data entry for sales.
Very useful . Really I have been searching for this life of example.
Thanks Brother, it is great. You have explained each and everything clearly. Thankyou So much.
This tutorial is very well done. Thanks so much for putting in the time to make this. Subscribed for more
This is the best tutorial, very helpful and easy learning. You are teaching very clearly and step by srep. Thanks a lot and hope more videos ahead. Excellent and fabulous.
Thank you so much for your detailed explanations and step by step tutorial! This was exactly what I needed for my company's data collection tool!
Hello, I have watched your Excel videos on userforms with VBA and found them very helpful. Do you have a video demonstrating userforms with VBA to create an income and expense tracker? That also Adds, Delete, and Modify entries. The video doesn't have to show a dashboard worksheet that tracks income and expenses and calculates the difference unless you want to. Also, the userform should be able to track the category of the income and the cost, which are essential for a profit and loss statement.
Thank you so much for all you do on your TH-cam channel.
🙏🙏🙏
Thank you. It works PERFECTLY!
Great content! How do you protect your database worksheet?
Thanks for your feedback! Please watch this tutorial.
th-cam.com/video/i1DjR9ZPcRc/w-d-xo.html
Thank you so much for the amazing tutorials
this video is exactly what i have been wanting after a great deal of searches. thank you for doing this. my only problem is i am using the excel 365 using mac air and the function are very limited. For one, there is no user form in vba and this is why your videos are very helpful to me. Second, there are no activeX controls. Please show me tips on how to go around these activeX controls. Any help is appreciated.
I enjoyed the first part. Coding is somehow complicated. But you have done an excellent work.
Thanks for your feedback! Please subscribe our channel.
This is amazing.... Really helped a lot.. THANK YOU!!
Very useful and simple. easy to catch step by step due to slow motion in teaching. good work keep it up
Thanks for your feedback!
@@thedatalabs
Error
Please share the line of code where you are getting the error. Thanks!
1triliun like buat akun ini... terimakasihh banyakkk
very quick and easy and easy to learn.
It is very nice and easy. Thank You.
Yes
Yes
This was extremely helpful. Thank you
Very instructive !
congrats !
Thanks for your feedback!
I learned a lot from this video. 😀😀😀
Hi Sir, thanks for sharing information. You are great at teaching. I hope many people can learn through your videos.
This tutorial is awesome. I have the same requirements except i need to add on the log in and log out field. Which im having error in validating portion. Hope you could help
Thank you broder for this tutorial this is a decent tutorial I found here in youtube so far
Great Job on form! Thanks
Thanks Sir! i want to learn user form and Active X Control tools. U r really expert.🙏😍
Great, helpful for beginners ...
Thank you for the most informative demonstration I have watched thus far from about 30 videos. I am a little stuck though on the Data Validation. I am having debug issues with all code relating to the message box?
Wow Thank you very much u made my day brother keep it up kindly i need the Payroll tutorial please 🙏
Thank you so so much..u just got a new fan here.
Thanks!
Excellent!!! Sir, request you to please ...please ..modify this coding with Print command button so that any wants to print the record details in an excel sheet , the same cans be done from the menu.
Waoo waoo
This is simply awesome.
Can you please add how we can protect these sheets so that they cannot be modified and be used justbto collect data?
This is really helpful. But do you have a video for mac users. I understand it completely. But I use a mac and finding some of the commands is a bit troublesome
This is my first time to create data entry form. It is very useful and easy to follow the tutorial. Please help me how to modifying typing a Name of employee? Thank you so much..
Hi sir.
You have made one row entry form.
If I want 10 rows entry form with multiple pagewise entry for making the details of any kind of group consisting of 200 memebrs.
Is it possible to do without VBA codes?.
Please guide🙏
I am new subscriber, i folled your steps and ive got it. Thank you
Thanks!
Very good explanation 👍
Sir your works are very educative and helpful.
Thanks a lot for the informative videos which have been very handy.
Thanks for the wonderful guidance, i developed a same Macro with different Form, it is working fine.
one doubt i could not share this File , where multiple can access this at a time
Thanks for your feedback! Please watch the multi user data entry video.
Thank you for sharing your brilliant knowledge. I do try my own data developing here. hope you can guide me with my project. thank you.
Very Useful and GOD bless you.....
Thank you so much. I learned a lot.
I was searching such video
Great
Thanks for your feedback!
Thank you very much for your fruitful tutorial. I have a question: in case I have deleted one record, the serial number will be repeated or not? What I understand is that the next s.no. is created by counting number of rows recorded. As your example you have s.no.1,2,3 and 1 is deleted, no. of row is reduced, so the next no. will be 3 repeated to the existing record. If I am correct, kindly let me know how to solve it. Thank you very much.
Awesome tutorial! Thnak you having refresh from programming after a long while... but can you help me debug, when i get to protection the sheet (form) it wont work. looking forward to your assistance. Thank you
Thank you Very much... Awesome project.. also needs help for filter and print summary.
Well done! This tutorial was easy to follow along and apply to day to day functions.
Hi Have created form as per your video very informative thank you. I have unlocked the data entry cells and protected the worksheet. When I hit the save button the validate macro stops at the following line ".Range("H6").Interior.Color = xlNone" I have no knowledge of VBA and just follow tutorials. Any suggestions as to fix this issue. Thanks.
This is very useful, Thank you, can you please make one with a multiple databases and search button please
Thank you so much, I will use in our school.
Nice. Its so easy to understand. I would like to request tutorial for vba Search button for specific range. (Not No. Serial). Please please
Thank you you, this helped me too much
Im not an IT major. But so interested with your videos cause im trying to create simple form and database tru excel. I just want to know wether i could modify the data through employee ID? Or is it fixed to use serial number only? Please answer me...♥️
This is amazing! Thank you so much! I am getting an era “end if without block If” within the validate function. Do you have any idea of how to fix this? Thank u 🙏🏾
Type end if command twice
Thanks, Useful tutorial
Very2 good tutorial sir.. May i add time stamp to help me revise?
1)validation 27:55
2) reset 45:10
3)modify 58:15
4)save 1:12:30
Liked the way you delivered and explained the entry data . Loved it and subscribed. Well done!
Genius!!! Thanks for teaching this process!!!!!
Good day Sir. I have found out when I make some delete, S. No. doesn't change. Thank you very much.
Hi. I'm new to VBA and I'm not really an advance user of excel. I find your tutorial very helpful. I followed it and I was really feeling good because every single time I clicked on Debug, there were no errors. But as I was customizing it towards the end of your video where you said to double click on SAVE, I got errors. I hope you can help me customize my own report. Hope to hear from you soon.
Hi, this video is very helpful , I have a question ,similar to your databsae or entry form, say I have 100 product or items and if customer purchase this product, I would like to search the item first and enter the cusomter name and other info before I save it. how to search the certian item on the list of product and hot to the form and entering other s info before I save it. basically I should have a different shet for produ t list and its details (price code etc..) ? thank you for your help..
great one , I had question , if you want to delete by searching name or any string with name and numeric value , what to I add in inputbox prompt ??
Great job! What about a library management system?
Thanks for this presentation
Thanks for this! Well written and very helpful
This video is awesome... I learnt alot from this video.. one question..how to search by two criteria ? Example.. search by ID and names and return the data if the input match by name and ID.. I hope you understand my question...
thank you. this is very helpful. I have a question: I created a field for email. After i click "SUBMIT" all fields clears out except the email field. How can i change that?
Neatly demonstrated
Excellent tutorial
Nice tutorial sir ❤.
Please make a video on User form to data base entry coding. A great thanks sir.
amazing! thanks a lot! i suggest to add a video after the data have been saved, it will be sent and received email notification via MS outlook 👍
good morning sir, i am a follower and subscriber. i followed this video of yours and tried to create an entry and it was working good. the only trouble i encountered is everytime i modify and save a record, it save on next row not on the current row which i modified. hope you can help me about this
very nice and informative, how i wish the audio is a little louder
Thank you for this! Can you offer a way to make the sheet tab through the unlocked cells only?
Thank you sir great video. please tell Find button coding and also how to add employee photo in form in your next video
..
Awesome explanation....👍👍
Thanks a lot for your knowledge sharing. Can you please mention how data set recall by Employee ID (from a dropdown) for modifying?
Thank you very much. This is very very helpful. I did my first Macro and would like to more, please support with more videos
Hello. its Super and veru user friendly. Can i request you to sahre VBA code to delete entire row if a particular cell value entered. For example, I want to delete entire row when I enter emplyee ID, instead serial No?
Please help.