coyotefest
New Member
- Joined
- Nov 5, 2014
- Messages
- 5
Hello All.
I am new to the form and will appreciate any help. A quick overview I have never coded in excel (macros, VBA) but have used MatLab and C so i do have a descent understanding of code.
The easiest way to explain it will be to add the table I'm working with
the first table is the master sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]456[/TD]
[TD]b[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]789[/TD]
[TD]c[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the next table is and example of one of the machines (each is a separate sheet but follows this format)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]8/19/14[/TD]
[TD]hjddjhf[/TD]
[TD]hfsh[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
this table is what I would like to achive
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]8/19/14[/TD]
[TD]hjddjhf[/TD]
[TD]hfsh[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]9/15/14[/TD]
[TD]hdhs[/TD]
[TD]hjsk[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]345[/TD]
[TD]b[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]678[/TD]
[TD]c[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The idea is that the user will type the information (failure date, description, work order) in the sheet assigned to a machine. the data will then be copied over to the new sheet. the machine # serial # model and date installed will not change but should still copy over as scene in the above example. Ideally if the user inputs data into machine 2 i should push the rows below machine 2 down. There are in total 8 machines but if 2 sheets(machines) working I can make the rest work.
I apologize for the lengthiness of the description but i think i have describe every thing.
again I have no background in VBA or macros but do understand code this is just out of my comfort zone.
Thank you all.
I am new to the form and will appreciate any help. A quick overview I have never coded in excel (macros, VBA) but have used MatLab and C so i do have a descent understanding of code.
The easiest way to explain it will be to add the table I'm working with
the first table is the master sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]456[/TD]
[TD]b[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]789[/TD]
[TD]c[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the next table is and example of one of the machines (each is a separate sheet but follows this format)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]8/19/14[/TD]
[TD]hjddjhf[/TD]
[TD]hfsh[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
this table is what I would like to achive
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine #[/TD]
[TD]Serial #[/TD]
[TD]Model[/TD]
[TD]Date installed[/TD]
[TD]Failure date[/TD]
[TD]description[/TD]
[TD]work order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]8/19/14[/TD]
[TD]hjddjhf[/TD]
[TD]hfsh[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]a[/TD]
[TD]5/15/14[/TD]
[TD]9/15/14[/TD]
[TD]hdhs[/TD]
[TD]hjsk[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]345[/TD]
[TD]b[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]678[/TD]
[TD]c[/TD]
[TD]5/15/14[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The idea is that the user will type the information (failure date, description, work order) in the sheet assigned to a machine. the data will then be copied over to the new sheet. the machine # serial # model and date installed will not change but should still copy over as scene in the above example. Ideally if the user inputs data into machine 2 i should push the rows below machine 2 down. There are in total 8 machines but if 2 sheets(machines) working I can make the rest work.
I apologize for the lengthiness of the description but i think i have describe every thing.
again I have no background in VBA or macros but do understand code this is just out of my comfort zone.
Thank you all.