Hi Guys
I am wanting to copy rows of data from one workbook to another based on a value.
Workbook1 has a list of car parts from vehicles/stock no
[TABLE="width: 500"]
<tbody>[TR]
[TD]stock no[/TD]
[TD]model name[/TD]
[TD]year model[/TD]
[TD]part name[/TD]
[/TR]
[TR]
[TD]a005013[/TD]
[TD]911[/TD]
[TD]2003[/TD]
[TD]rear spoiler[/TD]
[/TR]
[TR]
[TD]a005013[/TD]
[TD]911[/TD]
[TD]2003[/TD]
[TD]wiper motor[/TD]
[/TR]
[TR]
[TD]a005055[/TD]
[TD]911[/TD]
[TD]2005[/TD]
[TD]drivers airbag[/TD]
[/TR]
[TR]
[TD]a005055[/TD]
[TD]911[/TD]
[TD]2005[/TD]
[TD]driveshaft[/TD]
[/TR]
</tbody>[/TABLE]
Workbook2 needs to lookup the parts from workbook1 and copy the rows into workbook2 using a command button based on the stock no
so if stock no a005055 was entered it would copy 2 rows into workbook2.
Hope this makes!!
Many thanks
I am wanting to copy rows of data from one workbook to another based on a value.
Workbook1 has a list of car parts from vehicles/stock no
[TABLE="width: 500"]
<tbody>[TR]
[TD]stock no[/TD]
[TD]model name[/TD]
[TD]year model[/TD]
[TD]part name[/TD]
[/TR]
[TR]
[TD]a005013[/TD]
[TD]911[/TD]
[TD]2003[/TD]
[TD]rear spoiler[/TD]
[/TR]
[TR]
[TD]a005013[/TD]
[TD]911[/TD]
[TD]2003[/TD]
[TD]wiper motor[/TD]
[/TR]
[TR]
[TD]a005055[/TD]
[TD]911[/TD]
[TD]2005[/TD]
[TD]drivers airbag[/TD]
[/TR]
[TR]
[TD]a005055[/TD]
[TD]911[/TD]
[TD]2005[/TD]
[TD]driveshaft[/TD]
[/TR]
</tbody>[/TABLE]
Workbook2 needs to lookup the parts from workbook1 and copy the rows into workbook2 using a command button based on the stock no
so if stock no a005055 was entered it would copy 2 rows into workbook2.
Hope this makes!!
Many thanks