is there anyway to run an array once, and store a variable to each index, for example lets say i have
for i = 1 to thisworkbook.sheets.count
variable = value
next i
and then whenever i run another array with the same increment for i = 1 to thisworkbook.sheets.count
how do i have the program remember which value was stored for each index (worksheet)
for i = 1 to thisworkbook.sheets.count
variable = value
next i
and then whenever i run another array with the same increment for i = 1 to thisworkbook.sheets.count
how do i have the program remember which value was stored for each index (worksheet)