View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DDK DDK is offline
external usenet poster
 
Posts: 3
Default Find a row with a given value in column A and delete all rows belo

I have written a VBA procedure to import a text file, format it. Now I need
to add the capability to check for a value in column A. When I find that
value, I then want to delete that row and all other rows below that row, all
from within the VBA procedure.