View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JRW[_2_] JRW[_2_] is offline
external usenet poster
 
Posts: 1
Default Insert Row using Macro, Group By Date

I am pulling data from a sql database and would like to write a macro
to insert a date after each month. Example

Befo
4/5/03
4/6/03
5/2/03
5/12/03
5/23/03
6/1/03

After
4/5/03
4/6/03

5/2/03
5/12/03
5/23/03

6/1/03

How would go about coding this?

Thanks in Advance!
Jason