Thread: Deleting rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JKWParrott JKWParrott is offline
external usenet poster
 
Posts: 4
Default Deleting rows

I'm trying to figure out if I can set up a macro to delete rows if they do
not contain anything in specific columns.

For example, I have product codes in column A and totals for on-hand and
ordered numbers in columns B and C. If some rows do not have on-hand or
ordered numbers I want to delete those rows. Any ideas?