Hi guys, I'd appreciate a little assistance with this issue as my VBA knowledge is too little and I'm not having luck with searching and trying other people's code:
I've got a single column with over 11,000 rows of data. In it there are ranges of information that are identifiable because the first cell of the range contains the word 'edit (number)', and the last cell of the range says 'next' (and is followed by another 'edit' cell). The amount of cells between one 'edit' and 'next' is variable.
I need to copy each 'edit'-'next' range, transpose it in a separate sheet and repeat for the next row. How should it be done?
Thank you very much!!
I've got a single column with over 11,000 rows of data. In it there are ranges of information that are identifiable because the first cell of the range contains the word 'edit (number)', and the last cell of the range says 'next' (and is followed by another 'edit' cell). The amount of cells between one 'edit' and 'next' is variable.
I need to copy each 'edit'-'next' range, transpose it in a separate sheet and repeat for the next row. How should it be done?
Thank you very much!!