Copy date from Single Input to Multiple Workbooks

noront

New Member
Joined
Nov 26, 2016
Messages
3
I am creating a workbook for asset history where each asset has its own worksheet. This is continually updated as assets are utilized.<o:p></o:p>
For of data entry I would like to have a single input table where usage and values on multiple assets can be entered. I am looking for a VBA code that will copy the header data along with the values associated with the specific asset to its specific page. <o:p></o:p>




The worksheet name will be the asset id
[TABLE="width: 530"]
<tbody>[TR]
[TD="width: 82, bgcolor: #595959"]Job #
[/TD]
[TD="width: 110, bgcolor: transparent"]12AB
[/TD]
[TD="width: 105, bgcolor: #595959"]Date
[/TD]
[TD="width: 75, bgcolor: transparent"]Dec
[/TD]
[TD="width: 97, bgcolor: #595959"]Location
[/TD]
[TD="width: 55, bgcolor: transparent"]There
[/TD]
[TD="width: 169, bgcolor: #595959"][/TD]
[/TR]
[TR]
[TD="bgcolor: #595959"]Operator
[/TD]
[TD="bgcolor: transparent"]Jack
[/TD]
[TD="bgcolor: #595959"]Operator 2
[/TD]
[TD="bgcolor: transparent"]John
[/TD]
[TD="bgcolor: #595959"]Client
[/TD]
[TD="bgcolor: transparent"]Him
[/TD]
[/TR]
[TR]
[TD="width: 82"]Asset ID
[/TD]
[TD="width: 110"]Usage 1
[/TD]
[TD="width: 105"]Usage 2
[/TD]
[TD="width: 75"]Value 1
[/TD]
[TD="width: 97"]Value 2
[/TD]
[TD="width: 55"]Val 3
[/TD]
[TD="width: 169"]Comments
[/TD]
[/TR]
[TR]
[TD]12345
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]23456
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD]34567
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,226,693
Messages
6,192,460
Members
453,725
Latest member
cvsdatreas

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top