View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VexedFist[_2_] VexedFist[_2_] is offline
external usenet poster
 
Posts: 18
Default Copying all Rows with data to a New worksheet

Now that I know how to scroll thru all of the rows looking for which
one has data.
How can I select all the rows and copy them to a new worksheet if there
is data in Column A.

I need to remove all of the blank rows from my spreadsheet. For some
reason even if the cell has no data excel saves it. So when I hit
Ctrl-End it doesn't go to the last cell with data but about 3000 rows
further.

Any Ideas