Hello! I am needing to code a macro that can select a row of information, cut it and then paste it into a different (already labeled) sheet. To elaborate I would like to select cut the information from "Sheet 1" and then paste it into "Sheet 2" in an identical format without pasting over any rows that are already present. To give an example, I would like to select and cut the following row: [TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Address
[/TD]
[TD]Phone Number
[/TD]
[TD]Male/Female
[/TD]
[/TR]
[TR]
[TD]Simpson, OJ
[/TD]
[TD]123 Glove Fit Road
[/TD]
[TD](110) 495-4830
[/TD]
[TD]Male
[/TD]
[/TR]
</tbody>[/TABLE]
And then paste it into a different sheet so that it looks like this:[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Address
[/TD]
[TD]Phone Number
[/TD]
[TD]Male/Female
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Winehouse, Amy
[/TD]
[TD]423 Rehab Cres.
[/TD]
[TD](375) 836-8463
[/TD]
[TD]Female
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Brown, James
[/TD]
[TD]395 Feel Good Way
[/TD]
[TD](576) 846-3976
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bonds, Barry
[/TD]
[TD]923 Roid and Run Street
[/TD]
[TD](458) 747-4856
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Simpson, OJ
[/TD]
[TD]123 Glove Fit Road
[/TD]
[TD](566) 846-4854
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Address
[/TD]
[TD]Phone Number
[/TD]
[TD]Male/Female
[/TD]
[/TR]
[TR]
[TD]Simpson, OJ
[/TD]
[TD]123 Glove Fit Road
[/TD]
[TD](110) 495-4830
[/TD]
[TD]Male
[/TD]
[/TR]
</tbody>[/TABLE]
And then paste it into a different sheet so that it looks like this:[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Address
[/TD]
[TD]Phone Number
[/TD]
[TD]Male/Female
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Winehouse, Amy
[/TD]
[TD]423 Rehab Cres.
[/TD]
[TD](375) 836-8463
[/TD]
[TD]Female
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Brown, James
[/TD]
[TD]395 Feel Good Way
[/TD]
[TD](576) 846-3976
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bonds, Barry
[/TD]
[TD]923 Roid and Run Street
[/TD]
[TD](458) 747-4856
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Simpson, OJ
[/TD]
[TD]123 Glove Fit Road
[/TD]
[TD](566) 846-4854
[/TD]
[TD]Male
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]