ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Does anyone have a fix for this (https://www.excelbanter.com/excel-discussion-misc-queries/149606-does-anyone-have-fix.html)

Just Me[_2_]

Does anyone have a fix for this
 
When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?



Bob Phillips

Does anyone have a fix for this
 
With ACtivesheet
iLastRow = .Cells(.Rows.Count, "A").End(xlUp).Row
For i = iLastRow to 1 Step -2
.Rows(i).delete
Next i
End With

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Just Me" wrote in message
...
When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?




bj

Does anyone have a fix for this
 
select a column
datafiltersautofilter
in the aut0ofilter header select blanks
select all the visible rows and edit delete row

or select all and data sort
the empty rows will move to the bottom

"Just Me" wrote:

When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?




Gord Dibben

Does anyone have a fix for this
 
Select a column and F5SpecialBlanksOK

EditDelteEntire Row


Gord Dibben MS Excel MVP

On Tue, 10 Jul 2007 11:59:13 -0500, "Just Me" wrote:

When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?



Just Me[_2_]

Does anyone have a fix for this
 
Thanks Gord !! that was by far the easiest way to do what I was wanting to
do...


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Select a column and F5SpecialBlanksOK

EditDelteEntire Row


Gord Dibben MS Excel MVP

On Tue, 10 Jul 2007 11:59:13 -0500, "Just Me" wrote:

When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?





Gord Dibben

Does anyone have a fix for this
 
Thanks for the feedback.

It is the easiest method IMO if you have a column with blank rows representative
of all.


Gord

On Wed, 11 Jul 2007 00:30:11 -0500, "Just Me" wrote:

Thanks Gord !! that was by far the easiest way to do what I was wanting to
do...


"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Select a column and F5SpecialBlanksOK

EditDelteEntire Row


Gord Dibben MS Excel MVP

On Tue, 10 Jul 2007 11:59:13 -0500, "Just Me" wrote:

When I copy and paste data from my online credit card statement it has a
colored row that seperates each entry. is there any way besides doing it
manually to delete every other row?






All times are GMT +1. The time now is 07:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com