I have an Excel spreadsheet already created with Names in column A and then Thursday's date in Column D, Friday's date in Column E, and so on... with a Total Column with formula in Column K, then Rate of Pay in the next column, and calculated Payoll in Column M. I have the data in Access where the query shows Name, Date, Total Hours for that date. What I need to figure out is how to run VBA code in my Access system using the query against the spreadsheet to find the name, then find the date, and fill in the hours. I know how to do it with spreadsheet to spreadsheet. I just don't know how to read the next record in the query and then check it against the sheet. I can't just transfer the spreadsheet as not everyone works every week. Can anyone point me in the right direction?