Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook with lots of data (20,000+ rows) and
some of these are blank - the whole line may not be blank but if there is no value in column a i would like to delete the whole line - does anyknow know how to do this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
have a look at http://www.cpearson.com/excel/excelM...eleteBlankRows -- Regards Frank Kabel Frankfurt, Germany David O'brien wrote: I have a workbook with lots of data (20,000+ rows) and some of these are blank - the whole line may not be blank but if there is no value in column a i would like to delete the whole line - does anyknow know how to do this? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Columns(1).SpecialCells(xlBlanks).EntireRow.Delete
-- Regards, Tom Ogilvy "David O'brien" wrote in message ... I have a workbook with lots of data (20,000+ rows) and some of these are blank - the whole line may not be blank but if there is no value in column a i would like to delete the whole line - does anyknow know how to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Blank Lines Question | Excel Discussion (Misc queries) | |||
Char(10) and blank lines | Excel Discussion (Misc queries) | |||
Macro not recognizing blank lines as blank | Excel Discussion (Misc queries) | |||
Delete Blank Lines | Excel Discussion (Misc queries) | |||
how to automatically insert blank lines in between non-blank lines | Excel Programming |