Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Macro- Delete rows
Name: KimCo Date: March 10, 2009 at 11:13:35 Pacific OS: Windows Vista Subcategory: Microsoft Office
Comment:
I want to keep the following rows there if anything below is in one the the columns listed:
A,B,C,D, E, H & I: any #'s between 1-300 F: any "C's" or "I's"
If it has a zero or blank in all columns A-I it can be deleted.
Summary: For a macro to keep track of where it is while deleting rows, it has to delete them from the bottom up. Before it can do that, it has to find the bottom of the range. The first part of this code first...
Summary: If I assume that the data you are looking for will only be in Columns R and/or V, then I would alter the macro to search the entire range R1:V(lastRow). If the data could be found in Columns S:U, but ...
Summary: I have a series of worksheets, each containing approx 5000 rows of data. This data is ordered in four columns Chainage, Easting, Northing and Elevation. The data is generated and dumped into excel as...