Hello,
I have two Worksheets; "DataSet" & "SubmitSheet".
DataSet:
This worksheet contains data in columns A:I (Row 1 contains Headers); I want to copy all data residing in cells "A:D" where adjacent cell "I" is blank (starting on Row 2 because of headers). There will be multiple rows and I want to copy every row of data (A:D) where "I" is blank & paste into "SubmitSheet". Please note that I will be running another macro that will enter a date in column "I" after this macro is completed (I already have that script & will call that after this process is run). This way when I add information in the future in columns A:H, I can run this macro again for new information where "I" is blank. Should there be no blank cells in Column I (i.e. dates are already populated), I would like to have a message pop up alerting user that information is up-to-date (I'll update message accordingly)
SubmitSheet:
This sheet will always contain Headers (A:D) that is shown on "DataSet". This sheet should be overwritten with data copied from DataSet each time the Macro is run.
Thank you, in advance, for your help!
Jay
I have two Worksheets; "DataSet" & "SubmitSheet".
DataSet:
This worksheet contains data in columns A:I (Row 1 contains Headers); I want to copy all data residing in cells "A:D" where adjacent cell "I" is blank (starting on Row 2 because of headers). There will be multiple rows and I want to copy every row of data (A:D) where "I" is blank & paste into "SubmitSheet". Please note that I will be running another macro that will enter a date in column "I" after this macro is completed (I already have that script & will call that after this process is run). This way when I add information in the future in columns A:H, I can run this macro again for new information where "I" is blank. Should there be no blank cells in Column I (i.e. dates are already populated), I would like to have a message pop up alerting user that information is up-to-date (I'll update message accordingly)
SubmitSheet:
This sheet will always contain Headers (A:D) that is shown on "DataSet". This sheet should be overwritten with data copied from DataSet each time the Macro is run.
Thank you, in advance, for your help!
Jay