Frosty,

I appreciate the suggestions. I assume by "step through" you mean "step into". If not please correct me. I have tried that and don't really see what it does. I click on it or press F8 and nothing happens.

As far as breakpoints, that's a good suggestion. I wasn't aware that you could do that. I have just been putting ' in front of all the lines below the code that I want to test through. I assume setting a breakpoint accomplishes the same thing in a mutch simpler and less time consuming manner.

As far as my current code in question, there are no errors. The code runs fine it just doesn't appear to do what I need it to do. I don't believe setting breakpoints will help as no matter where I set them the code will run fine.

Maybe I am missing what stepping into the code and setting breakpoints will help me see.