Hello MR.EXCEL users,
Its been a little while, I have been smooth sailing let me tell you!
Ran into a little problem today... The following code is working perfectly, but is obviously cumbersome if the range gets too big.
Dim job As Range
For Each rng In ws.Names
If InStr(1, rng.Name...