Hi..
I think the issue is that.. with Test Case file you posted.. the first 2 sheets were bypassed as was the last.. I coded for that..
BUT..
The Test case you just sent me.. the first 4 sheets needed to be bypassed..
So this..
For i = 3 To Worksheets.Count - 1
needed to be changed to this:
For i = 5 To Worksheets.Count - 1
Probably a good idea if you have all your test case sheets have the same sheet structure..
I just tested the Test case with that change and it worked fine.. lemme knwo how you go..
Bookmarks