I am working on a program to create a time sheet for my company. I need to take the values from one excel sheet and compare it to the other formatted sheet, to create a time sheet. If the “Position ID” in both sheets match then I need to write the employees hours into a specific column in the formatted sheet. Could someone please advise in the steps for this? Thank you.
Unfortunately, I am having issues with the bot actually writing the hours in the column. The code will run with no errors but the “Hours” column on the timesheet completed is still left blank. Can you possibly think of any error I could be making? Thank you so much for your help.