View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] elphix@gmail.com is offline
external usenet poster
 
Posts: 2
Default Auto insert of blank row depending on data

I'm trying to get myself a macro so I can analyse my data but after
running it a couple of times (and changing info) the results don't
come out as planned. Basically what I'm trying to do is get it to
insert two blank rows when a change in data happens. For example:

1
1
1
1
2
2
2

It should insert two blank rows between the 1 and 2. The problem is
that the data is not in sequence and sometimes is not a number. I need
it to recognise a change regardless of what the value is. Any help/
code would be appreciated