Hi,

Is there a way to handdle the error when I command
Sheets("Test").Activate
and there is no sheet called Test?

I would rather a solution that didnt include a for ... each passing through each sheet in the workbook if its possible.