View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_56_] Mike[_56_] is offline
external usenet poster
 
Posts: 2
Default Inserting Rows Through a Macro

I'm trying to create a macro in Excel 2002 where, I can
insert two rows between every number in column A:

Column A
1
2
3
4
5
6
7
8
9

Any ideas? Thanks in advance.