Help!!VB Beginner/Multiple rows of data with different criteria

QTLuvGod

New Member
Joined
Mar 20, 2009
Messages
8
Subject:
Excel VB code for deleting & updating multiple rows of data with different criteria
Message: Every Month I have to run 20 different reports and take the same five steps to get to data that I need.
Step 1-------Filter Unique Records only
Step 2-------Search for User Name with Feedback as criteria---then delete
Step 3-------Search for Reason Text with Feedback as criteria---then delete
Step 4------Search for Reason Text with Reprocess as criteria---then change data in the row to (0)
Step 5--------Search for data with blank in a Status Column as Criteria ---then delete

As you can see this is very time consumming any help with atomating these steps would be very helpful!
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi and welcome to the board!!!
To get started, I suggest you record a macro doing the 5 steps and review the code. This should then allow you to ask specific questions where you have them.
lenze
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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