I am trying to write some code which cycles through a single worksheet looking for trigger words, then copy and paste a range of data to the end of the sheet. I have searched the whole of the internet, and this isn't really covered. I have tried to Frankenstein some coding, but my skills are a little rusty, it looks quite clunky and falls over, and tbh I'm stabbing in the dark. Anyone fancy the (probably not much of a) challenge?
So, what I need it to do is this:
*Scan column "A" looking for a trigger word "Car".
*Set as the start range as this location -1 to include the headings.
*Then, find the next instance of "Call", this would then set the end of the range to be copied -1, as "Call" signifies the headings
* the trigger words are only in column "A", and the data needs to be copied up to column J (10)
*Cut the area and paste to the end of the data on the sheet.
*Delete the now empty rows in the middle of the workbook
This is to be repeated for three different trigger words.
Any help and pointers you can provide would be so appreciated. Do let me know if you need any more information, happy to provide.
So, what I need it to do is this:
*Scan column "A" looking for a trigger word "Car".
*Set as the start range as this location -1 to include the headings.
*Then, find the next instance of "Call", this would then set the end of the range to be copied -1, as "Call" signifies the headings
* the trigger words are only in column "A", and the data needs to be copied up to column J (10)
*Cut the area and paste to the end of the data on the sheet.
*Delete the now empty rows in the middle of the workbook
This is to be repeated for three different trigger words.
Any help and pointers you can provide would be so appreciated. Do let me know if you need any more information, happy to provide.