Thread: Macro or VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GAIL HORVATH GAIL HORVATH is offline
external usenet poster
 
Posts: 5
Default Macro or VBA

I hane a column in a spread sheet whose values at times are repeats of the cell above. I want that row deleted if the value is the same as the cell above is there a way to do it programaticallY?

e.g.
A B C D E
Acct # MedRec# field field field
112233 xxx xxx xxx xxx
112233 xxx xxx xxx xxx
123123 xxx xxx xxx xxx
123412 xxx xxx xxx xxx
123412 xxx xxx xxx xxx

I would want the rows in bold red deleted

--
Gail M Horvath