Well, I have an issue with some code that works perfectly fine in Office 2007, but since I upgraded to Office 2010, the code now fails. Oddly, it fails when calling a Sub in my code and not at a specific area in the code.
Error messge:
Only thing I can point out is the sub being called has an ADO DB Connection in it and it is the only location in the code that calls a DB connection.
Has anyone else had this issue? I can't understand why it works in 2007, but not in 2010.
Help pls! =)
Error messge:
The object invoked has disconnected from its clients
Now I read several blogs that talk about Option Explicit being required (it is in my code).
Only thing I can point out is the sub being called has an ADO DB Connection in it and it is the only location in the code that calls a DB connection.
Has anyone else had this issue? I can't understand why it works in 2007, but not in 2010.
Help pls! =)