Dynamically finding a range in Excell with VBA
Posted by Jamey on May 15, 2001 11:04 AM
How would i dynamically find a range in excel? I have 22 worksheets(all in own workbooks) with different amounts of data(i.e. more/less rows of info). I need a way to loop thru the cells till it finds a blank one then assigns the top cell to the one just before the blank cell to a variable...
Any help would be much appreciated.