View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default visual basic macro code for deleting referenced rows

Hi Nathan
have a look at
http://www.cpearson.com/excel/deleti...eleteBlankRows

Frank

nathan wrote:
Hello,
Does anyone know how to code a macro to find all cells within a range
that don't contain text and delete those rows?

Thanks.