Delete Every Other Row

Jun 26, 2007

I am trying to write a macro to delete every other row of data in a massive set of data that approaches 60,000 rows. So far everything I've tried has caused overload in Excel. The simpler For-Next loops that I write take forever - well, at least 10 minutes.


Sub Del_Every_Other_Row()
For j = 2000 To 60000 Step 2000
Set del_range = Range(Cells(j - 1998, 1), Cells(j - 1998, 20))
For i = j - 1996 To j Step 2
Range(Cells(i, 1), Cells(i, 20)).Select
Set del_range = Union(Selection, del_range)
Next i
del_range.Delete Shift:=xlUp
Next j
End Sub

View 9 Replies


ADVERTISEMENT

Delete Multiple Columns By Column Name No Criteria Need, Just Delete Them

Jun 24, 2009

I would like a macro to find the columns named "apple" and "peach" and delete them. These would always be in row 1 but would always be in different column letters which is why I want the macro to simply find these columns by their name and not by their column letter.

And yes, I do mean the entire column altogether, shifting entire columns to the left. Wipe it off the face of the earth

View 4 Replies View Related

Delete & Merge Columns,Delete Rows With Filter, Etc

Jul 15, 2009

1. Remove J,K,N,A Columns,

2. In the last O (TIMESTAMP) column, the date is 14-Jul-09 format change it to 07/14/2009 (this format mm/dd/yyy

3.Filter L column (VAL_INLAKH) Remove all rows from whole sheet which has 0 value

4. Column C (EXPIRY_DT) date format is 24-Sep-09 , "dd-Sep-09" change to "Sep" only

5.Merge Column B,C,D,E (SYMBOL.EXPIRY_DT.STRIKE_PR.OPTION_TYP
respectively )

View 3 Replies View Related

Search For Text Delete This Row And Delete The Row For Every Instance

Apr 29, 2008

I have an formula if statement that returns "deletethisrow" if the test is true.

For every occurence of "deletethisrow" I want to delete the row. The number instances will be variable each time I run the file. So maybe it will find that string, maybe it will find 10 instances. I want to do some kind of loop that won't error out when it cannot find "deletethisrow", but will delete the rows for each instance where it does find this string.

I know it was verbose, but if I just do a loop for a fixed number of loops it will error out if it runs out of rows to delete.

View 9 Replies View Related

Delete The Columns First Then Rows Will Not Delete

May 22, 2008

Is there a limit on the number of rows and columns that can be deleted in a macro on Excel 2003? I am trying to create a macro that, amoung other things, delets 1119 rows and 54 columns. If I delete the columns first, the rows will not delete. If I delete the columns first, the rows will not delete.

View 12 Replies View Related

Delete Duplicate Entries, Keep Last And Delete First

Feb 15, 2010

I found this sample code that works from top to bottom of a spreadsheet. But I need something that will delete the first entry and keep the last entry. My data is sent from one spreadsheet to a Master and sometimes the details can be sent twice, if the responsible person forgets to enter one line of production. The criteria should be the first 5 Columns of the sheet.

Sub Dupe_Killer()
Dim str As String
Dim str2 As String
Dim c As Integer
Dim i As Integer
Application. ScreenUpdating = False
Application.Calculation = xlCalculationManual
Sheets("SAMPLE").Select
rw = Cells(2, 1).End(xlDown).Row
'Sort Data by Date, Location & Number
Range(Cells(1, 1), Cells(1, 14)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Sort Key1:=Cells(1, 1), Order1:=xlAscending, Key2:=Cells(1, 2) _
, Order2:=xlAscending, Key3:=Cells(1, 3), Order3:=xlAscending, Header:= _
xlYes, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _ ....................................

View 2 Replies View Related

Delete Content Only Of Every 5th Row - Do Not Want To Delete Row

May 31, 2013

I would like to delete the content only of every 5th row - I do not want to delete the row.

I have about 6000 4 line addresses in one column and between each address is the number 0. Need only to delete the 0.

View 4 Replies View Related

Macro Delete Page (delete A Sheet In A Macro But When I Run The Macro)

Jun 19, 2009

I want to delete a sheet in a macro but when I run the macro, I always get a message warning and I have to answer the msg box to delete the page. Below is the macro command I am using.

Sheets("Tel").Select
ActiveWindow.SelectedSheets.Delete

View 4 Replies View Related

Add/delete A Row

Nov 18, 2009

I have sheet 1 containing S.NO, Name and amt. sheet 2 - will display S.No from sheet 1 automatically..but the probelm is if i try to insert a new row (in sheet 1) in between its not displaying in sheet 2. Similarly when i delete a row in sheet 1 its showing as # ref in sheet 2. How to correct these. Do i need to write any macros.

View 2 Replies View Related

Delete 2nd Last Row

Jan 2, 2012

I need a code that will find "Grand Total" in column H and then select the row that is 2 above it and delete so if "Grand Total is in H61 it will delete row 59. the cell references can change depending on the report. is this possible?

View 4 Replies View Related

Delete Row Contains No Value

Dec 6, 2012

S.N.
NAME OF ITEMS
MRP
PACKING SIZE
DISCOUNT (%)
VAT RATES (%)
ORDER QTY
IN
PCS
ORDER QTY
IN
BOXES
NET PRICE
FOR
PCS
TOTAL
PRICE
COPY
CODE

1
Aamlki Rasayan - 100 grm.
65
200
20.63
5
150

[Code] ........

I want to delete rows contains no value. Eg. Column H is empty. I want to delete entire column not contain value. Or column G some rows not contain value, how to delete with macro.

View 9 Replies View Related

Delete The Value In The Same Row

Mar 1, 2008

I want to delete the item in the row by red on condition If there are cell.value= C and cell.offset(0,-1).value= 33, then place all the cells in rows below in place of deleted cells (red).

Row A B C D E F
--------------------------
6 - 11 a 1 1 1 1
7 - 22 b 2 2 2 2
8 - 33 c 3 3 3 3
9 - 44 d 4 4 4 4

------------------------

The result of the Row A B C D E F
-----------------------------
6 - 11 a 1 1 1 1
7 - 22 b 2 2 2 2
8 - 44 d 4 4 4 4

View 9 Replies View Related

Delete The ' Before The Value

Apr 27, 2008

I have some weight scales which i can connect to the pc and download some values into an excel spreadsheet. trouble is in the date column the values in each cell contain a ' before the time & date = '08:50:30 27/04/2008

I want to create a graph which contains the date but in a correct format being mmm/yy

Instead of selecting each cell and removing this ' before the value after each time i connect and download a bulk of data - is there a way e.g vba to remove this ' and convert into a format of mmm/yy

View 9 Replies View Related

VBA - If Then Delete Row

Jun 25, 2008

I am trying to write a code that checks a column, if it doesnt fit the criteria, then delete the entire row.
My VBA is very rusty.



x=6 ( column F)

if len(sheets("sheet1").cells(x,1)

View 9 Replies View Related

To Delete All Except For

Jul 29, 2008

modifying this code to apply to several sheets in the workbook that I specify rather than just the active sheet. Below is the current code.

Sub DeleteAllExceptFor()

'This will delete all row except for the one you specify to exclude.

Dim Firstrow As Long
Dim Lastrow As Long
Dim Lrow As Long
Dim CalcMode As Long
Dim ViewMode As Long
Dim strKeep As String

With Application
CalcMode = .Calculation
.Calculation = xlCalculationManual
.ScreenUpdating = False
strKeep = .InputBox("What Value should be excluded?")
End With

View 9 Replies View Related

Delete Row IF

Nov 17, 2008

Currently this deletes any row that doesnt have "Date", "Total" or the name of days of week.

I am needing another criteria.

1. need to also NOT delete the row if Col A is a date.
2. Col C - DO NOT Delete if Left(4) is "LINE"

Sub Clean_Up()

'Determine the last used row in column A
lr = Sheets("prod schedule").Cells(Rows.Count, "A").End(xlUp).Row

'turn off screenupdating and events (greatly improve speed)
Application.EnableEvents = False
Application.ScreenUpdating = False.........

View 9 Replies View Related

Delete Row If, And The Row Below

Oct 23, 2009

I've got a spreadsheet of approximately 5000-10000 rows long,

I've got a sorting macro running but now i would like it to do the following:
In Column C are the entries: COR, NEW or REP.

I would like create a macrothat deletes the rows with COR in column C, AND the row below it.

How can i do this? This is what i've got sofar:

' Select sheet Pivot1
Sheets("Pivot1").Select
' Turn off screen updating to speed up macro
Application.ScreenUpdating = False
' Sort data
ActiveWorkbook.Worksheets("Pivot1").AutoFilter.Sort.SortFields.Clear
ActiveWorkbook.Worksheets("Pivot1").AutoFilter.Sort.SortFields.Add Key:=Range _
("D2:D5607"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal..........

View 9 Replies View Related

Add And Delete A Row

Apr 18, 2006

how to add or delete a row based on certain criteria. The criteria would be Customer and CustSet. Whenever the workbook is opened I need to run a check on Customer and CustSet to see if those exist. If those exist in the record then just move to the next record, but if the do not then delete that row. Also, if a new Customer and CustSet is found I need to add a new row. Customer and CustSet are what make each record unique. So, you should never have the same Customer and CustSet for 2 records.

Public Sub MRASScheduleExport()
Dim rsEPN As DAO.Recordset
Dim rsCalc As DAO.Recordset
Dim db As Database
Dim strCalc As String
Dim rngCalc As Excel. Range
Dim objWkb As Excel.Workbook
Dim objSht As Excel.Worksheet
Dim sngsht As Single
Dim dbfield As Field, qdf As QueryDef
Dim iRow As Integer
Dim dtPlanned As Date
Dim bolMod As Boolean, bolSpare As Boolean
Dim strFile As String, LCell As String, LColorCells As String
Dim sngCustomer As Single, sngCustSet As Single
Dim rsCol As DAO.Recordset
'Open Workbook
strFile = GetOpenFile_TSB(CurrentProject.Path, "Fan Reverser and Kit Schedule", "*.xls")
Set objXL = New Excel.APPLICATION
If strFile = "" Then: Exit Sub
Set objWkb = objXL.Workbooks.Open(strFile)
Set db = CurrentDb

bolMod = True
objXL.Visible = True
'loop through workbook set activesheet
For sngwrk = 1 To objWkb.Worksheets.Count
Set objSht = objWkb.Worksheets(sngwrk)
strqry = "vwMRSScheduleEPN" & objSht.Name........................

View 2 Replies View Related

Delete Row In VBA

May 2, 2006

May I ask how to write a VBA code that can delete row dynamically? Assuming that i have a variable x and delete till row 1000 I have tried this:

rows(x,1000).delete

But it appear object defined error.

View 2 Replies View Related

Ado Sql Delete Rs.delete

Jun 8, 2006

ado sql delete rs when i rs.delete, i get an error message. "Error message—current recordset doesn’t support updating. This may be a limitation of the provider…”

'grab jobs from "que" holding...xls...
Dim cn As ADODB.Connection, rs As ADODB.Recordset, f As Integer, r As Long
strSourceFile = "\03-serverdatadatabaseHolding_Schedule_RG.xls"
strsql = "SELECT * FROM [Jobs$];"
'connection...
Set cn = New ADODB.Connection
'On Error Resume Next
'open connection..................

View 4 Replies View Related

Delete Every Second Row

Nov 27, 2006

I'm taking out every second row in my spreadsheet with the code below, I've tried to write a loop to do the job but it's beyond me.

'hide every second row in cash advances

Rows("74:74").Select
Selection.EntireRow.Hidden = True
Rows("76:76").Select
Selection.EntireRow.Hidden = True

this code continues on like this untill row 118 and deletes all the rows in between. It works ,but it's a bit long, If someone can show me how to write a loop to shorten it.

View 9 Replies View Related

Delete An Old Row

Apr 1, 2007

when i update a row, i want the database will delete the old row and contain the new one.

View 5 Replies View Related

Delete Every Nth Row

Aug 21, 2007

I am trying to locate a VBA code which can delete rows based on something similar to the COUNT function. For example data in rows 1-15 are for store #1234 and data in rows 16-30 are for store #4321 and so on, where the top 15 items are listed for each store. There are 9 columns containing data. Data has been sorted by column 9. I want to keep the top 5 rows for each store and delete out the remaining 10 (for each store). I am sure there is something already out here, I just haven't run across it yet.

View 2 Replies View Related

Delete Every Other Row Until

Oct 6, 2007

I have a .csv with tons of data, and I need to delete every third row to get the total number of rows down to 32000 - so I can plot them. Up until recently I was using the following code to do this:

lastrow = Cells(Cells.Rows.Count, "A").End(xlUp).Row()

For z = 2 To lastrow Step 2

Rows(z).Delete shift:=xlUp

Next z

In order to save time I'd like to incorporate Do Until somehow, so that when the lastrow = 32000, the deletion process stops. I tried the following, to no avail (it ran, but didn't stop at 32000):

lastrow = Cells(Cells.Rows.Count, "A").End(xlUp).Row()
Do Until lastrow = 32000

For z = 2 To lastrow Step 2

Rows(z).Delete shift:=xlUp

Next z

Exit Do

Loop

For some reason I'm not figuring this one out.

View 5 Replies View Related

Delete Row After Cut And Paste

Feb 13, 2013

I have some code that is working great but I also need to delete the blank rows after the cut and paste. Here is the code:

VB:
Dim WS As Worksheet
Dim LR As Long
Dim R As Long
Set WS = Sheets("AT Reject")

[Code] .....

View 1 Replies View Related

How To Delete Both Duplicates

Apr 10, 2014

I've attached a test excel to this post. Column C contains several identical email addresses. I need ALL the rows containing the duplicate data removed, not leaving one remaining as Remove Duplicate Values normally does.

I'm going to be doing this with many Excels all with differing amounts of data surrounding column C. I need a reliable way to achieve this, regardless of how many extra data columns exist. If there is a duplicate of data in column C, all rows containing that data need to go, regardless of what other data may also be present in those rows.

View 10 Replies View Related

How To Delete The Research Pop Up Box

Aug 24, 2005

Want to permanently get rid of that annoying pop-up 'research' box that appears everytime I try to copy/paste using Excel in Windows XP Professional.

View 5 Replies View Related

Delete The Last 2 Digits

Nov 11, 2008

I have a long list of 4 digit numbers:

e.g.

0234
2434
6566
4566
6785

But I only want the first 2 digits (I need the last two digits deleted). I don't want to just divide by 1000 as this will leve me with a decimal. The numbers are in text format as some of them begin with a 0. So it would be:

02
24
65
45
67

View 5 Replies View Related

Picture Won't Delete

Jan 2, 2009

I am working with a spreadsheet created by a predecessor and there is a picture at the top of one of the worksheets. When I select the picture and hit Delete, it seems to work, but the picture is still there. When I move it around the worksheet and resize it, a copy with the same name ("Picture 47") remains in the spot I moved it from. When I delete the resized/moved picture, it deletes, but the picture still remains in the original spot.

When I record a macro and select the picture and hit delete - or even when I move the picture and resize it - the recorded macro is blank.

All of the pictures seem to be named "Picture 47"

View 6 Replies View Related

Delete A Checkmark

May 11, 2009

I'm having a problem with one of my spreadsheets. Back when I initially created it, I copied and pasted some information from another (web-based) program, including a check box that was at the end of the data. For some reason, this check box does not behave like the ones that you insert from excel itself: I can't select it at all. it seems to be somewhat attached to the cells it's near, in that if I insert cells to its left, it moves over. However, that is the only way I have been able to affect it so far, and I cannot for the life of me figure out how to delete it. It's not really disrupting anything, but it's a nuisance, and it's not very professional-looking.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved