Currently working on a project and been browsing through the forum last 2 days to find a solution to the problem. I am very new to VBA. thus seeking help for a full VBA code.
I would like to develop a VBA code which copies rows from table sheet1 (source file) based on" Factory" selected in the drop down list in table sheet2 (target file). i have tried array formula to get the results however the data is quite large (around 2000 rows data), therefore either it takes too long to calculate or it stops working.
below are the criteria's.
1) copies rows from source file table based on" Factory" selected in the drop down list in target file table.
2) from the source file table, only require to copy row data from column A till column F. then copy over to target file sheet table
3) there is multiple duplicate data in source file table (from column A to column F). only require to copy the unique data (remove duplicate)
attached file with generic data due to sensitivity.
Thank you in advance.
I would like to develop a VBA code which copies rows from table sheet1 (source file) based on" Factory" selected in the drop down list in table sheet2 (target file). i have tried array formula to get the results however the data is quite large (around 2000 rows data), therefore either it takes too long to calculate or it stops working.
below are the criteria's.
1) copies rows from source file table based on" Factory" selected in the drop down list in target file table.
2) from the source file table, only require to copy row data from column A till column F. then copy over to target file sheet table
3) there is multiple duplicate data in source file table (from column A to column F). only require to copy the unique data (remove duplicate)
attached file with generic data due to sensitivity.
Thank you in advance.