I'm working with a Userform and a spreadhsheet to create an Employee Absence Tracker.
In column A of the spreadsheet, are the days of the year. Across the top row are the names of employees. I want to select a name on the userform (populated by the employees row) and the date of an absence. I want the form to insert the absence in the cell where the employee name and date intersect. I've tried the intersect keyword, and I've tried the "goto" reference, but neither seem to work with more than one named range. This is driving me crazy, because it seems like such an obvious function within VB/Excel, but I just can't seem to get it to work!
Is there a simple and obvious solution staring me in the face????
Thanks in advance
In column A of the spreadsheet, are the days of the year. Across the top row are the names of employees. I want to select a name on the userform (populated by the employees row) and the date of an absence. I want the form to insert the absence in the cell where the employee name and date intersect. I've tried the intersect keyword, and I've tried the "goto" reference, but neither seem to work with more than one named range. This is driving me crazy, because it seems like such an obvious function within VB/Excel, but I just can't seem to get it to work!
Is there a simple and obvious solution staring me in the face????
Thanks in advance