Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As part of importing a csv file, I have to correct some errors in the data.
What I had before worked OK, but this weeks version of the csv made my code bomb out. What I'm doing is deleting some blank cells. This week, there were no blank cells in the csv! This is what I have now: Selection.SpecialCells(xlCellTypeBlanks).Select Selection.Delete Shift=xlToLeft What I need is something to do this: Selection.SpecialCells(xlCellTypeBlanks).Select If there are no blank cells, jump past the next line Selection.Delete Shift=xlToLeft to here HELP PLEASE! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to delete blank cells between those with entries | Excel Worksheet Functions | |||
How do I Delete blank cells in a row | Excel Discussion (Misc queries) | |||
.SpecialCells(xlCellTypeBlanks).EntireRow.Delete | Excel Programming | |||
Using a function to delete blank cells | Excel Worksheet Functions | |||
Macro to delete all blank cells | Excel Programming |