Sorry for asking this question as I am totally new at excel VBA. Let me give a short illustration on my question.
I have an external workbook which contains worksheets with the tab name: a, b, c, d, e, and f. I just want to copy worksheets a, b and c to my own workbook. The problem is, a, b and c are not always there. Sometimes the workbook has only a and b, or a and c or, b and c, or even only single worksheet a.
May I know how can I apply the excel VBA to do the checking for sheets a, b and c, and copy them to my workbook if they exist.
Thanks!
Cheers, Patch