ResellerRatings Store Ratings - View Single Post - Excel Macro help
View Single Post
Old 10-02-2003, 10:00 AM   #1 (permalink)
jjst34
Registered User
 
Join Date: Jun 2003
Posts: 31
jjst34 is on a distinguished road
Excel Macro help

Hi,,
I am trying to write a line of code to do the following. Search in entire column A:A and look for ER600L and if it finds it to delete that entire row along w/ the next 8 rows. So far all I can do is make it highlight the row if it is the active cell w/ this code..

Sub processcells()
If ActiveCell = "ER600L" Then ActiveCell.EntireRow.Select
End Sub

It obviously needs some work and I can't get much further just yet... Thanks for any help!

jjst34 is offline   Reply With Quote