I am trying to set up a complicated macro.
basically i am running an if...then...else if statement and it loops through an entire column.
It's running through column T and there are cells that are populated and ones that are blank.
If the cell in column T is populated I wanted to copy the contents of cells in column A-S and paste it into a new sheet.
Example:
macro searches through the range and finds that cell T35 is populated. It copies A35-S35 in sheet 1 and it copies it and pastes it into sheet 2. and it will do this through out the loop whenever a cell in column T is populated.
Can anyone help?
basically i am running an if...then...else if statement and it loops through an entire column.
It's running through column T and there are cells that are populated and ones that are blank.
If the cell in column T is populated I wanted to copy the contents of cells in column A-S and paste it into a new sheet.
Example:
macro searches through the range and finds that cell T35 is populated. It copies A35-S35 in sheet 1 and it copies it and pastes it into sheet 2. and it will do this through out the loop whenever a cell in column T is populated.
Can anyone help?