• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

the object invoked has disconnected from its clients

mdavid

Member
Hi, I have some userforms that contain a listbox, the userform opens with the listbox and I receive error: "the object invoked has disconnected from its clients"
pressing debug the highlighted statement is UserFormx.Show.
In the Sub UserForm_Initialize() I've included: Me.ListBox1.RowSource = "Lists!L2:L24" but this doesn't help, the list is also a Named list and the RowSource property is =NamedListName
This problem seems to appear more on clients pcs then it does on my pc. Can anyone suggest a solution?
 
Last edited:
Back
Top