Hi All,
So I'm pulling my hair out trying to figure out how to move/copy the data that is selected with the check box from sheet 1 to sheet 2 (see Pics) then move the data up deleting the empty cells on sheet 2. I've tried just using a simple excel if statement, but when I do that coupled with code to delete cells I lose the If statement for future use. I have tried VBA if statements with range().copy, but I'm not sure how to get it to just copy the check boxes (Col AC = true) values only, then remove the blank cells on sheet 2. I've found several thing that will delete the row, but I need to just delete the cells as there is hidden data that will mess up other formulas if deleted. Thanks in advance for the help.
So I'm pulling my hair out trying to figure out how to move/copy the data that is selected with the check box from sheet 1 to sheet 2 (see Pics) then move the data up deleting the empty cells on sheet 2. I've tried just using a simple excel if statement, but when I do that coupled with code to delete cells I lose the If statement for future use. I have tried VBA if statements with range().copy, but I'm not sure how to get it to just copy the check boxes (Col AC = true) values only, then remove the blank cells on sheet 2. I've found several thing that will delete the row, but I need to just delete the cells as there is hidden data that will mess up other formulas if deleted. Thanks in advance for the help.