Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bodhisatvaofboogie
 
Posts: n/a
Default Deleting All Empty Rows

I am using a macro already recorded, and the only thing I wish I could do
away with is this:
When all of the data is brought in and formatted, there are thousands of
extra empty rows that exist at the bottom of the document. I want to find a
quick way to delete those then automate it, so the macro does it for me.

OR

Is there a way to sum an entire column automatically within a macro so that
the total ends up at the bottom of the columns with values in them.
Currently with the thousands of extra empty rows, totalling the column makes
the sum appear way at the bottom of the document on line 6,000 something.
Thanks!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Deleting All Empty Rows

Try this after editing to get all your rows (replace 1000 by 65000 if you
wish)

Sub Macro1()
Rows("1:1000").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.Delete
Range("A1").Select
End Sub

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"bodhisatvaofboogie" wrote in
message ...
I am using a macro already recorded, and the only thing I wish I could do
away with is this:
When all of the data is brought in and formatted, there are thousands of
extra empty rows that exist at the bottom of the document. I want to find
a
quick way to delete those then automate it, so the macro does it for me.

OR

Is there a way to sum an entire column automatically within a macro so
that
the total ends up at the bottom of the columns with values in them.
Currently with the thousands of extra empty rows, totalling the column
makes
the sum appear way at the bottom of the document on line 6,000 something.
Thanks!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
bodhisatvaofboogie
 
Posts: n/a
Default Deleting All Empty Rows

That seems to work great. HOWEVER, doesn't appear to aleviate the
problem...I tried it with 65000 in there, still had countless thousands of
lines. Is there a max? OR, is there something else that I'm not noticing?

"Bernard Liengme" wrote:

Try this after editing to get all your rows (replace 1000 by 65000 if you
wish)

Sub Macro1()
Rows("1:1000").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.Delete
Range("A1").Select
End Sub

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"bodhisatvaofboogie" wrote in
message ...
I am using a macro already recorded, and the only thing I wish I could do
away with is this:
When all of the data is brought in and formatted, there are thousands of
extra empty rows that exist at the bottom of the document. I want to find
a
quick way to delete those then automate it, so the macro does it for me.

OR

Is there a way to sum an entire column automatically within a macro so
that
the total ends up at the bottom of the columns with values in them.
Currently with the thousands of extra empty rows, totalling the column
makes
the sum appear way at the bottom of the document on line 6,000 something.
Thanks!!!




  #4   Report Post  
Posted to microsoft.public.excel.misc
bodhisatvaofboogie
 
Posts: n/a
Default Deleting All Empty Rows

I have a macro in place to delete all empty rows, it works great. NOW, the
problem is this:
When I select an entire column, then auto sum it the subtotal is placed on
line 65536. Effectively adding back those rows just deleted. So I went to
check it out, and after the delete of all blank rows, if I just wheel mouse
down the page, when it gets to the bottom of the data sets, the scroll to the
right srinks to a sliver and all the rows deleted are added back. What the
heck am I missing?

*Sigh*

"Bernard Liengme" wrote:

Try this after editing to get all your rows (replace 1000 by 65000 if you
wish)

Sub Macro1()
Rows("1:1000").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.Delete
Range("A1").Select
End Sub

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"bodhisatvaofboogie" wrote in
message ...
I am using a macro already recorded, and the only thing I wish I could do
away with is this:
When all of the data is brought in and formatted, there are thousands of
extra empty rows that exist at the bottom of the document. I want to find
a
quick way to delete those then automate it, so the macro does it for me.

OR

Is there a way to sum an entire column automatically within a macro so
that
the total ends up at the bottom of the columns with values in them.
Currently with the thousands of extra empty rows, totalling the column
makes
the sum appear way at the bottom of the document on line 6,000 something.
Thanks!!!




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
Delete empty rows from print in Excel Ashfaq Excel Worksheet Functions 2 March 27th 06 12:56 PM
Deleting All Rows for Duplicate Entries Except Those With Most Items In Row foofoo Excel Discussion (Misc queries) 1 October 22nd 05 02:49 AM
Deleting and only viewing selected rows acjc7602 Excel Discussion (Misc queries) 3 July 8th 05 01:07 AM
Deleteing empty rows Ken G. Excel Discussion (Misc queries) 3 June 28th 05 01:18 AM
Deleting rows containing common data gcotterl Excel Discussion (Misc queries) 1 January 4th 05 12:58 AM


All times are GMT +1. The time now is 05:02 AM.

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

About Us

"It's about Microsoft Excel"