Thread: Excel Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bongard Bongard is offline
external usenet poster
 
Posts: 59
Default Excel Macro

Hi I am trying to make a macro where if column A is blank, the macro
then copys the info from the row above in columns A, B, E, F,G and K
down to the row where A is Blank. For example:

A B C D
E
xyz abc def ghi
jkl
asj lop


After macro was run would look like this:

A B C D
E
xyz abc def ghi
jkl
xyz abc asj lop
jkl

Any ideas? Thanks!

-Brian