Hey there, I've ran into an error that I'm having trouble tracing. I've been working on a user form that initiates on the Workbook_Open event. Out of nowhere I've started getting an error upon opening the file. I also can't run my user form via the vb editor due to this error. The workbook will open, but I can only run 2 out of 8 of my forms via the vb editor now. The error message says "File Not Found:" and that's it. I am running a ListView control on one of my forms. However, the library is referenced, and the .ocx file is in the proper location.

When trying to open this particular form that has the ListView control, I'm prompted with the message "Run-time error '-2147417848(80010108)': Automation error The object invoked has disconnected from its clients." This leads me to believe the ListView control may be the source of the problem, but I don't understand why that would affect 5 other forms but not the remaining 2. I also can't figure out why this would just happen out of the blue?

The file was working perfectly, and then I wrote a LITTLE bit of code clearing the contents of a few cells on a sheet in the workbook upon a button click. I saved the file, closed it, put it on a flash drive, brought it to my boss's office, he tried to pull it up on his computer and then bam! "File Not Found." We journeyed down to my office and I tried pulling up the original file stored on my desktop and ran into the same issue. So I tried to open another random workbook and all of a sudden my user form started running! That must have been a fluke though because I cannot get the user forms to run no matter what I do. I'd post my code, but it's like 12 pages long.

If anyone has any ideas of things I may want to look at that could be even remotely responsible for this error message, I would really appreciate it. If I can pinpoint which part of my project I think may be producing this error I will gladly post it.