Awesome. Glad I could help. Tell me what type of projects you need frequently in your field. I'll try to create those in excel. I'd love to contribute to your field. Thanks
Hi, This video has been very useful. I am able to convert to PDF now only issue how to send this pdf files into employees email id . hope I will see soon a video
I like this and it gives me more ideas to develop it further as it has a couple of limitations. I don't know VBA, but I can probably learn. Thanks for this!
Love this! Made my own and it works just fine. It would be good if it did the monthly salaries and collected the YTD and Annual figures. As it is, you would have to do a separate workbook for each month and collate the figures from there? Do you have an easier solution?
@@Excel10tutorial like using the command 'printout'. I mean, The second statement we write 'sheet1.exportasfixedformat' instead we write 'sheet1.printout'?
I ran into a problem, month and year vlookup problem in salary slip? not add Automatic month and year in Salary slip. there is show many number like, 43576 / how to solve this? 
Sir very clear explained and i need another one video is this pdf employee individual email id auto send how is ,please make video sir ,its very useful sir,thank you sir,kindly email send video need sir
Recommend WPS Office-Best FREE alternative to Microsoft Office, Download for Win & Mac & Mobile.
Free Download link: bit.ly/4aXyOdV
Thank you for this :* it helps me a lot in creating my payslip :*
can you share excel file
Glad It works for you.
You'll have to create your own using the instructions.
What i have learned from this tutorial is way way amazing ,grated my accounting background,this is a big boost in totality-from Kenya with thanks.
Awesome. Glad I could help. Tell me what type of projects you need frequently in your field. I'll try to create those in excel. I'd love to contribute to your field. Thanks
Very good tutorial. However, if we have data for multiple months in Data sheel, what changes are needed for this to work?
I'm really beginning to love this channel
You just made my day. Thanks a million.
Could y please advice me if i would to autoprint.
YOU EARN A SUB, MAN! THANK YOU SO MUCH!!!!
Lovely. Thanks for the sub!
Hi, This video has been very useful. I am able to convert to PDF now only issue how to send this pdf files into employees email id . hope I will see soon a video
Love the video! How to save the pdf with employee's ID, name and date?
I like this and it gives me more ideas to develop it further as it has a couple of limitations. I don't know VBA, but I can probably learn. Thanks for this!
Go for it!
Love this! Made my own and it works just fine. It would be good if it did the monthly salaries and collected the YTD and Annual figures. As it is, you would have to do a separate workbook for each month and collate the figures from there?
Do you have an easier solution?
Send me your workbooks with instructions. I'll see what i can do for you.
Sir tried it multiple times but it gives me an error like: Run time Error ' -2147024773 (8007007b)':
Document not saved.
END. DEBUG
Plz guide.
Hi! Thank you for this! If this is created in Excel / WPS Office, can it be opened with Google Sheets and not have any errors?
It will work only on excel desktop as it has vba.
This was really useful, Thanks!
I need a full HR worksheet, can we work something out?
Sure thing!
What is you email?@@Excel10tutorial
Thank you so much. The same is possible with JavaScript for Google sheet? If poosible for Google shhet, please explain.
Sorry, I don't have anything on google sheet
Tq a lot sir I have done successfully 🎉 Tq Tq Tq sir
All the best
Can you do reverse 🔄 payslip to data row
From pdf?
Excellent video! Can you also do a tutorial on how to automate to send emails?
Yes, soon
excellent video ..thanks for showing this .. i created one :)
Glad you like it. Please subscribe and share.
@@Excel10tutorial e sheet milega ready
Hello. I am on mac and I am using the free version of WPS office, how can I add the developer tab? Thank you
You can add developer tab on Microsoft Excel.
It Works... Amazing
Glad to hear that
im lost, where do you click to get the extra match to select FALSE?
add comma to go to the next parameter.
I keep getting a run time error - Document not saved. How do I fix this?
Save the workbook before doing this.
if you connect your computer to a printer, will it print the pdfs directly?
This will not print automatically. For printing we need to do things a little bit differently.
@@Excel10tutorial like using the command 'printout'. I mean, The second statement we write 'sheet1.exportasfixedformat' instead we write 'sheet1.printout'?
@@Excel10tutorial short video for that will be appreciated
Hello.
I want the pdf file to have a password added. Do you have any ideas to help me? Thank u so much !!!
In vba what is for I = means
its the variable name used in for loop
I ran into a problem, month and year vlookup problem in salary slip? not add Automatic month and year in Salary slip. there is show many number like, 43576 / how to solve this?

Format them as dates.
Sheet1.Range("B11").Value = Sheet2.Cells(i, "A")
when running the macro code suggested above line is appearing in yellow.
Check the name of the sheet reference. That can create an error message. See the sheet names in the VB code
did manage to debug or resolve the line?
Very Nice Presentation
Thanks a lot. Please subscribe and be with us.
I need practice but i havnt data of employees income to make pay slip . So how can i practice ?
Check online for practice data
GOOD INFORMATION
Thanks
Sir very clear explained and i need another one video is this pdf employee individual email id auto send how is ,please make video sir ,its very useful sir,thank you sir,kindly email send video need sir
Will upload soon
Needed this exactly some months ago😂
Better late than never 😜
Many thaaaaank
You're most welcome
Are you using office 365? My dropdown cant be automated
You must login to excel through a browser, the app even on tablet is limited
I did the same output using excel and word mail merge
Awesome
Thanks for this tutorial. But pls show also hoe to delete as well..
What do you want to delete?
Sir...how to print ..15 slip in one A4 page ...
How to put this one $
Not working
Run time error 424
Please I want to know the starting part of it
This is it.
Mujhe banwana hai.. koi bana sakta hai please??
Sir,
This is amazing..can i have your moblie number,as i tried as ahown in the video ,showing yellow color
Send me an email
Payslip pdf with password
With work on it
not workingSheet1.ExportAsFixedFormat xlTypePDF, "D:\Payslip\" & Sheet1.Range("b6").Value & ".pdf"
Change the file path according your need