bob, I tried the latter code you posted with the boolean and can't get it to work. It appears it is getting stuck in the loop:
varSplit = Split("A5,A18,A49,A64,A77,A115,A130,A143,A177,A192,A205,A249", ",")
For iwsCount = 1 To objwb.Worksheets.Count
For iwsRangeCount = 0 To UBound(varSplit)...