Hi,
I have some sheets I need to seperate the data so that when column a changes value rows are inserted. So for example if column a is:
Aa
Aa
Aa
Bb
Bb
Cc
Cc
Cc
Cc
Cc
Dd
Then the macro would insert different numbers of row beneath each value change such that each first new value would start on every nth row (say 10 as below):
Aa - row 1
Aa
Aa
Bb - row 11
Bb
Cc - row 21
Cc
Cc
Cc
Cc
Dd - row 31
I think it may be tricky as I asked this before but no one answered to I look forwards to any suggestions.
Thanks
I have some sheets I need to seperate the data so that when column a changes value rows are inserted. So for example if column a is:
Aa
Aa
Aa
Bb
Bb
Cc
Cc
Cc
Cc
Cc
Dd
Then the macro would insert different numbers of row beneath each value change such that each first new value would start on every nth row (say 10 as below):
Aa - row 1
Aa
Aa
Bb - row 11
Bb
Cc - row 21
Cc
Cc
Cc
Cc
Dd - row 31
I think it may be tricky as I asked this before but no one answered to I look forwards to any suggestions.
Thanks