I have like 30 excel files in a directory all have only one sheet.
I want to get all these 30 sheets and place them in a single workbook that also has other stuff in it.
Is there a way to copy all these sheets without open copy-paste close procedure 30 times using vba?
I would be really happy if I can just get the sheets without having to open them all.