View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dominique Feteau Dominique Feteau is offline
external usenet poster
 
Posts: 34
Default Auto Insert Rows

I need a macro that will insert 3 blank rows between each row i already have
filled. For example:

From:

Customer1
Customer 2
Customer 3

To:
Customer 1


Customer 2


Customer 3

Any help would be appreciated.

Dominique