My code currently has this line:
Sheets(Array("BA", "CA", "Co", "To", "Ex", "GW","AL")).Select
if the name of a sheet changes it breaks my code.
I dont want to select all the sheets, so i added a method that writes only the current name of sheets i want to select to a range on a spread sheet, so
A1="BA"
A2="CA"
etc...
how do i read those values to an array given that i selected the range of values already (range("TheNames").select ) ?