Quote Originally Posted by rorya View Post
If you have a lot (more than 65536 rows) don't use a range object for the source, use an address string.
The data would be in 100s only. It wouldwould never go up to this much.

I saw another code online, which was using the address. (,,,true) keyword. I used that and was able to pass the error issues. But what does that do?