Hi,
I am relatively new to VBA in excel and I have tried searching and re-purposing some vba to no avail so I really hope someone can help.
I am trying to copy a set range from a large number of worksheets that can grow in number but will all be named with the same 1st two words "Scoring Template (then followed by a number)"
I have a spreadsheet with a Worksheet named "Laboratory data" (this is the destination sheet for my copied data), Data starts in A2
I need the VBA to search for all Worksheets within the excel document that start with "Scoring Template", I then need it to copy the data held in A:26 to L:26 and Paste into the worksheet named "Laboratory data" starting in cell A2 and adding below and so on.
Could someone help with some code I can execute via a macro?
Thanks
I am relatively new to VBA in excel and I have tried searching and re-purposing some vba to no avail so I really hope someone can help.
I am trying to copy a set range from a large number of worksheets that can grow in number but will all be named with the same 1st two words "Scoring Template (then followed by a number)"
I have a spreadsheet with a Worksheet named "Laboratory data" (this is the destination sheet for my copied data), Data starts in A2
I need the VBA to search for all Worksheets within the excel document that start with "Scoring Template", I then need it to copy the data held in A:26 to L:26 and Paste into the worksheet named "Laboratory data" starting in cell A2 and adding below and so on.
Could someone help with some code I can execute via a macro?
Thanks