Hello ,
I am still beginner in using macro vba and I need a help .
I have two different csv file .
I want the user to enter the path file of the csv file to use as input in the script
This csv file has only one sheet called data ,that include one table with different columns .
The second csv file contains sheet called source
,include only one table .
I want to merge this table from first csv file with the table from the second csv file .
(first csv file (user input ) contains always column called target and the second csv file contains also target column )
Both of them has target column name
I need only to merge the rows that contains same value in target column and ignore the rest rows .
I would like to have like window ,that allow user to enter the file path of excel file and also the user enter folder path of csv file
And button to run the script
Could you help me ?
Thanks in advance
I am still beginner in using macro vba and I need a help .
I have two different csv file .
I want the user to enter the path file of the csv file to use as input in the script
This csv file has only one sheet called data ,that include one table with different columns .
The second csv file contains sheet called source
,include only one table .
I want to merge this table from first csv file with the table from the second csv file .
(first csv file (user input ) contains always column called target and the second csv file contains also target column )
Both of them has target column name
I need only to merge the rows that contains same value in target column and ignore the rest rows .
I would like to have like window ,that allow user to enter the file path of excel file and also the user enter folder path of csv file
And button to run the script
Could you help me ?
Thanks in advance