View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AT AT is offline
external usenet poster
 
Posts: 18
Default Delete row macro

Hi,
I need a macro that can delete certain rows as follows:
If B(X)=B(X+1) AND C(X)=C(X+1) AND D(X) =0 THEN
Delete row(X)
Else do nothing

Is it possible?