Hi Izy
Not to my knowledge or according to the params the copy method accepts (as I'm sure you know).
You could be more efficient getting the sheet:
Code:
Worksheets(Worksheets(strWS).Index +1).Name = strNom
I know you love efficient code:
is ever so slightly more efficient
So - no - short answer is there either isn't an answer or I just don't know it
