ronalgreen
New Member
Hello VBA experts! I am in need of some assistance. I am trying to extract rows of data from one workbook to another workbook using VBA. Here are the parameters:
Data Source: Workbook = Resource Planning.xlsx
Sata Source: Worksheet = Resource Allocation By Project.xlsx
Report: Workbook = Project Status.xlsx
Report: Worksheet = PVID.xlsx
The data source starts on row 2. The criteria(Job Number) can be found in column K. The number of rows of data changes so it needs to be dynamic.
The results should be displayed in the Report workbook starting in B49.There can be 1 or multiple records that meet the criteria.
Thank you for your assistance in advance!
Data Source: Workbook = Resource Planning.xlsx
Sata Source: Worksheet = Resource Allocation By Project.xlsx
Report: Workbook = Project Status.xlsx
Report: Worksheet = PVID.xlsx
The data source starts on row 2. The criteria(Job Number) can be found in column K. The number of rows of data changes so it needs to be dynamic.
The results should be displayed in the Report workbook starting in B49.There can be 1 or multiple records that meet the criteria.
Thank you for your assistance in advance!