This is REALLY easy w/o VBA...
Use a helper (blank) column, insert a column if you'd like
At the start of your data (assuming you are not skipping blank rows, if so,
this isn't for you) put this formula =MOD(ROW(),2)
Copy down your entire data set
Filter on that column (Home tab | Editing group | Sort & Filter button) for
whichever odd/even row you want to delete (0 or 1)
Select the visible rows
Hit Ctrl + - (that is a minus sign)
Confirm delete entire row
Delete helper column
HTH
--
Zack Barresse
"Legal Learning" <(E-Mail Removed)> wrote in message
news:82B1572B-5A70-4998-A535-(E-Mail Removed)...
>I need to delete every other row in a 2000 row Excel 2007 spreadsheet.
>Could
> someone help me with the code with this. I am ok with Word VBA but NOT
> Excel.
>
>
> Thanks!
|