your column widths are too small to display the date text so the find fails. at the beginning of the extract_detail routine below these lines
add these![]()
Set ws = Sheets("AllData") Set wsDAo = Sheets("Direct Activities Output") Set wsEo = Sheets("Enhancements Output") Set wsPo = Sheets("Projects Output")
then try the code again![]()
wsPo.Rows(4).EntireColumn.AutoFit wsEo.Rows(4).EntireColumn.AutoFit wsDAo.Rows(4).EntireColumn.AutoFit
Bookmarks