I want to search a worksheet for the word “GRAND TOTAL” and every cell that has these words in it, i want to load to an array(i). If the words GRAND TOTAL are in cells A41, I41, Y41, Q42 how do i get the A41 from Range(“A41”).select into the array?
array(0) = “A41”
array(1) = “I41”
array(2) = “Y41”
thanks for the help. I really appreciate all the great help i get here. thanks again