To briefly describe what I am trying to accomplish, I have a few employees who need to enter their time into a timesheet. The timesheet is by date, employee name, and client number. I have a separate sheet for each client number.
Time is not entered too often, so I just have simple message boxes to call the name, date, and number of hours, then it will enter it into a range. The problem I am having is when trying to determine the column number of the date and row number of the employee. Here is an excerpt of the code. By the way, I am a beginner, so bear with me please.
I am receiving run-time error 1004: unable to get the find property of the range class.
Any suggestions? Thanks!![]()
Please Login or Register to view this content.
By the way, this is in Excel 97.
Bookmarks