Hi Guys,

i want to select 3 dynamic worksheets names into another workbook:

So something like:

    Sheets(Array("Customer", "Development")).Select
    Sheets(Array("Customer", "Development")).move
but in "Customer" and "Development" i can have dynamic changed variable.
So worksheets can have different names.

How can i pass worksheet variables into this method?
I didnt found solution in web...

Please help,
Jacek