- Joined
- Oct 25, 2012
- Messages
- 2
- Reaction score
- 0
Hey,
I am new to Excel VBA. I have a problem as below:
I need to copy data from one excel sheet to another based on certain conditions.
If the values in each column match a particular criteria, I need to move it to another sheet.
For example,column 1 can have values A B C D and E and if the value in column 1=A or B, I need to move those entries to another sheet.
This way I have to check each column and move the entries which meet the criteria to another sheet.
Could somebody please help me?
I am new to Excel VBA. I have a problem as below:
I need to copy data from one excel sheet to another based on certain conditions.
If the values in each column match a particular criteria, I need to move it to another sheet.
For example,column 1 can have values A B C D and E and if the value in column 1=A or B, I need to move those entries to another sheet.
This way I have to check each column and move the entries which meet the criteria to another sheet.
Could somebody please help me?