View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Depree Kevin Depree is offline
external usenet poster
 
Posts: 1
Default Macro to delete line

Hi,

I want to write a macro that looks at a sheet, and any
line found with a '0' in a particular column gets deleted.

I.E If the macro finds a '0' in A5 then it deletes the
whole of the '5' row.


Any ideas