All,
I've created an Array of worksheet 'Names', to loop through them.
Instead I'd like to use the 'CodeName' so if the user changes the
name on the tab, the code does not break..
Any suggestions on how to do this?
Dim vWSArray as Variant, i as long
Dim ws as Worksheet
'- Create...