Quote Originally Posted by jaslake View Post

In the file that works, daRow evaluates to 15 and all your coma delimited cells are within that range...so it works. In the file that doesn't work, daRow evaluates to 87 and all the coma delimited cells fall outside that range and aren't getting evaluated.
Thank you for your answer. How would I get daRow to encompass all of the delimited cells? Really, it needs to be able to encompass a variable amount of rows since they change almost daily, how would you go about accomplishing that? I am pretty new to writing code, so I apologize if that is a silly question. Thanks again for your time.