I would avoid using .select to select a sheet.
For example if you have the code as below
You can also write it asCode:Sheet(1).Select Range("A1").Value = "Blah"
Need to understand what exactly are you doing...Code:Sheet(1).Range("A1").Value = "Blah"




Reply With Quote