Hi,
I'm writing a little macro for our school HR department to calculate FMLA days.
I'm trying to get the user to just type in the date (MM/DD/YY) instead of their typing in the cell the date is found in the spreadsheet, like B28. So I was hoping to use "Application.Match(Application.DateValue(beginLeave), Range("B1:B366"), 0)" to return the row where the date is found and concatenate with the appropriate column letter, so I can reuse my existing code. However, it's throwing error 438 ("object doesn't support this property or method.") Could anyone please try to tell me why? thank you!!![]()
Please Login or Register to view this content.
Bookmarks