akaballa123
Technical User
Hi there,
Im new to excel vba but would like to learn it. I am currently using excel 2003. One of the projects I want to do is loop through the all the values in the first column in sheet A in workbook A. For each value in the column, I want to search in workbook B (in any sheets, row, or columns) and see if the current value in the column in sheet A in workbook A is in workbook B.
For Ex:
I want to search the string: "secret"
- "secret" is the first value in the first column (A1) in sheet A of workbook A.
- I am going to check to see if the value "secret" is found anywhere in workbook B ( regardless of the sheets)
- if it is found in workbook B i want to write the value "secret" in a new excel workbook that I created called "filterList".
- After this I will continue to loop through the other values in the next rows of column A in workbook A.
I am not too good with the syntax. Can someone please help me get started with this project. I just need a kickoff.
Thanks
Im new to excel vba but would like to learn it. I am currently using excel 2003. One of the projects I want to do is loop through the all the values in the first column in sheet A in workbook A. For each value in the column, I want to search in workbook B (in any sheets, row, or columns) and see if the current value in the column in sheet A in workbook A is in workbook B.
For Ex:
I want to search the string: "secret"
- "secret" is the first value in the first column (A1) in sheet A of workbook A.
- I am going to check to see if the value "secret" is found anywhere in workbook B ( regardless of the sheets)
- if it is found in workbook B i want to write the value "secret" in a new excel workbook that I created called "filterList".
- After this I will continue to loop through the other values in the next rows of column A in workbook A.
I am not too good with the syntax. Can someone please help me get started with this project. I just need a kickoff.
Thanks