VBA - Select, copy, paste entire row based on criteria

seanjon

New Member
Joined
Dec 23, 2017
Messages
12
I have search, so forgive me if I just could not find it.

Sheet "DATA" contains all the raw data
Sheet "RATE" is where I want 'rated' jobs
Sheet "HOT" is where I want all the 'hot' jobs
Everything with an R at the end of the work center number in Column A is considered "RATED"
Everything with the word 'HOT' in column B is considered "HOT"

I need the raw data to stay on the "DATA" sheet it is on as I use it to sort data for another reason.

I need a vba code that will select all the rows with rate work centers, copy the entire row, and paste them to the sheet "RATE" and code that will select all the rows with hot jobs, copy the entire row, and paste them to the sheet "HOT"

Thanks in advance
SJ
 
I got an error on the the code:
"Run-time error '9':
Subscript out of range"

For line: "Sheets(Sht).UsedRange.Clear"
 
Upvote 0

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Nevermind. I had a slightly different sheet name that the original code. Changed it and it works great now. Thanks!
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,715
Members
449,118
Latest member
MichealRed

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