I've done this before using the same versions as you and it works fine.
The only line I'm concerned with is the
Set objWkb = .Workbooks.Open(conWKB_NAME)
Remove the With and specifically name it instead
Set objWkb = objXL.Workbooks.Open(conWKB_NAME)
Just in case its getting the wrong...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.