Hi,
I've been doing some VBA stuff lately but i don't know what directions to take.
Is there a better way to read in the BookMarks and how can i get them to link get the right sheet in this line;
MyArray(i)
'needs to go in to;
wb.ws.range("A1:BA3000")
I've been spending...