Hi
I am new to VBA. and need a lots of help to make it work.
The first Sheet (Everything) got everything, and when i put a value under department like Miami then i want to copy the entire row to my Sheet called Miami.
And so on. I have googled it and watched some youtube, but i cant figure out what to do.
[TABLE="width: 549"]
<tbody>[TR]
[TD]Computername[/TD]
[TD]Username[/TD]
[TD]Computer[/TD]
[TD]Department[/TD]
[TD]Serialnumber[/TD]
[TD]Installed[/TD]
[/TR]
[TR]
[TD]PC01[/TD]
[TD]Admin[/TD]
[TD]Latitude E7450[/TD]
[TD]Miami[/TD]
[TD="align: right"]1111111[/TD]
[TD="align: right"]2017-09-25[/TD]
[/TR]
[TR]
[TD]PC02[/TD]
[TD]Sell[/TD]
[TD]Surface 3[/TD]
[TD]New York[/TD]
[TD="align: right"]2222222[/TD]
[TD="align: right"]2017-05-01[/TD]
[/TR]
[TR]
[TD]PC03[/TD]
[TD]Econ[/TD]
[TD]Latitude E7450[/TD]
[TD]Seattle[/TD]
[TD="align: right"]3333333[/TD]
[TD="align: right"]2013-09-11[/TD]
[/TR]
[TR]
[TD]PC04[/TD]
[TD]Seller2[/TD]
[TD]Surface 3[/TD]
[TD]New York[/TD]
[TD="align: right"]4444444[/TD]
[TD="align: right"]2017-05-01[/TD]
[/TR]
</tbody>[/TABLE]
I am new to VBA. and need a lots of help to make it work.
The first Sheet (Everything) got everything, and when i put a value under department like Miami then i want to copy the entire row to my Sheet called Miami.
And so on. I have googled it and watched some youtube, but i cant figure out what to do.
[TABLE="width: 549"]
<tbody>[TR]
[TD]Computername[/TD]
[TD]Username[/TD]
[TD]Computer[/TD]
[TD]Department[/TD]
[TD]Serialnumber[/TD]
[TD]Installed[/TD]
[/TR]
[TR]
[TD]PC01[/TD]
[TD]Admin[/TD]
[TD]Latitude E7450[/TD]
[TD]Miami[/TD]
[TD="align: right"]1111111[/TD]
[TD="align: right"]2017-09-25[/TD]
[/TR]
[TR]
[TD]PC02[/TD]
[TD]Sell[/TD]
[TD]Surface 3[/TD]
[TD]New York[/TD]
[TD="align: right"]2222222[/TD]
[TD="align: right"]2017-05-01[/TD]
[/TR]
[TR]
[TD]PC03[/TD]
[TD]Econ[/TD]
[TD]Latitude E7450[/TD]
[TD]Seattle[/TD]
[TD="align: right"]3333333[/TD]
[TD="align: right"]2013-09-11[/TD]
[/TR]
[TR]
[TD]PC04[/TD]
[TD]Seller2[/TD]
[TD]Surface 3[/TD]
[TD]New York[/TD]
[TD="align: right"]4444444[/TD]
[TD="align: right"]2017-05-01[/TD]
[/TR]
</tbody>[/TABLE]