Hey gurus,
I found this: VBA Golden Rules #19: Use Named Ranges Over Cell Addresses. here: http://www.ozgrid.com/forum/showthread.php?t=76234
I'm guessing that means the .cells function is a subroutine of the .range function. Therefore
should be faster than
The string operator ("B" & iRow) to get the named range function seems like it would take longer than using the numerical references in .cells().
Thanks!
Nate