View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Still trying to delete...

If there were only 4 values to delete, I wouldn't use a macro.

I'd apply Data|filter|autofilter
filter that column to show the values to delete (one at at time)
then delete the visible rows
then filter by the next value, delete those visible rows,
etc.



Dan wrote:

Hi again:

I have a csv file and I would like to delete all the rows
that are not starting in A1, with a number:

So I would like to keep:
87192
04321

and delete those that are blank or start, in A1 with:

node
===
name
active

THANK YOU,

Dan


--

Dave Peterson