Hello,
I am looking for a code to pull data (a whole row) from sheet 4 to sheet 1 based on a criteria. Sheet one should only show the entries that show status as open. This status is in the last column M of sheet 4. Data starts from A20 and should look for the open entries in the sheet 4 where there are also entries with closed status. The list in sheet 1 should update if possible every time the workbook is open (if not maybe with button) as sheet 4 is continuously changing when adding new entries and closing open ones. Is it possible to do this with a VBA code?
Thank you very much in advance.
I am looking for a code to pull data (a whole row) from sheet 4 to sheet 1 based on a criteria. Sheet one should only show the entries that show status as open. This status is in the last column M of sheet 4. Data starts from A20 and should look for the open entries in the sheet 4 where there are also entries with closed status. The list in sheet 1 should update if possible every time the workbook is open (if not maybe with button) as sheet 4 is continuously changing when adding new entries and closing open ones. Is it possible to do this with a VBA code?
Thank you very much in advance.