Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default delte multiple blank rows in excel

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default delte multiple blank rows in excel

You need to click on one(just once), and then hold shift and move the up or
down arrow until it highlights what ever you want, then you right click on
it and click delete.
"Steve Dont know how George" <Steve Dont know how
wrote in message
...
I have an address worksheet it has two columns. Name in column A and

Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank

rows?

Thanks
Steve



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default delte multiple blank rows in excel

ASAP Utilities, a free add-in available at www.asap-utilities.com has a
feature that will do that for you..........

Vaya con Dios,
Chuck, CABGx3



"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default delte multiple blank rows in excel

No Steve, dont go to www.asap-utilities.com, it is untrusted site and
he/(who ever owns) might hack into your system.. you can if you want, but it
is untrusted!
"CLR" wrote in message
...
ASAP Utilities, a free add-in available at www.asap-utilities.com has a
feature that will do that for you..........

Vaya con Dios,
Chuck, CABGx3



"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and

Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually

select
and delete each one .I have to have this done today and am totally loss

on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank

rows?

Thanks
Steve



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default delte multiple blank rows in excel

This select withthe shift key or select while holding down the Control Key
works great BUT i have 10,ooo rows on this sheet and half of them have to be
removed

This is what i am trying to accomplish

"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default delte multiple blank rows in excel

holdng down the shift or the control key works great but i have 10.000 rows
in this sheet and need to delete about half of the to eliminate the spaces
and using the control or shift to select each row wil take forever


"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 318
Default delte multiple blank rows in excel

Steve,
Following steps are required
Apply Autofilter on the entire data including blank rows
Select a column in which a blank cell indicates a blank row.
Select the drop down for that column and select blank in it
Then delete all the rows.

"Steve Dont know how George" wrote:

holdng down the shift or the control key works great but i have 10.000 rows
in this sheet and need to delete about half of the to eliminate the spaces
and using the control or shift to select each row wil take forever


"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default delte multiple blank rows in excel

Thanks ALok!! saved me hours !!!!

"Alok" wrote:

Steve,
Following steps are required
Apply Autofilter on the entire data including blank rows
Select a column in which a blank cell indicates a blank row.
Select the drop down for that column and select blank in it
Then delete all the rows.

"Steve Dont know how George" wrote:

holdng down the shift or the control key works great but i have 10.000 rows
in this sheet and need to delete about half of the to eliminate the spaces
and using the control or shift to select each row wil take forever


"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default delte multiple blank rows in excel

Another method.

Select a column and F5SpecialBlanksOK

EditDeleteEntire Row.


Gord Dibben MS Excel MVP

On Fri, 6 Oct 2006 10:39:01 -0700, Steve Dont know how George
m wrote:

Thanks ALok!! saved me hours !!!!

"Alok" wrote:

Steve,
Following steps are required
Apply Autofilter on the entire data including blank rows
Select a column in which a blank cell indicates a blank row.
Select the drop down for that column and select blank in it
Then delete all the rows.

"Steve Dont know how George" wrote:

holdng down the shift or the control key works great but i have 10.000 rows
in this sheet and need to delete about half of the to eliminate the spaces
and using the control or shift to select each row wil take forever


"Steve Dont know how George" wrote:

I have an address worksheet it has two columns. Name in column A and Adress
in column B
In the rows 1- 10,000 is the data , Some of the rows have no data ,
how can i delete all the blank rows without having to individually select
and delete each one .I have to have this done today and am totally loss on
how to do it . any help would be apreciated .
Is there a macro or something that can be used to delete all the blank rows?

Thanks
Steve


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Excel versions. Naveen Mukkelli Excel Discussion (Misc queries) 0 May 16th 06 12:55 AM
Insert blank rows repeatedly between every data row in Excel Cool Excel Discussion (Misc queries) 2 January 9th 06 12:10 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Insert rows Mr. G. Excel Worksheet Functions 3 March 31st 05 03:49 AM
How do I remove blank rows in Excel? m28leics Excel Discussion (Misc queries) 2 November 29th 04 11:56 PM


All times are GMT +1. The time now is 01:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"