Consulting

Results 1 to 3 of 3

Thread: object not found

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    object not found

    Hello,

    Here is the chain of events :-

    1) I created a workbook with two buttons on a sheet that opened two different forms to perform different tasks

    2) It worked fine on the users computer

    3) They wanted a third button for another task

    4) They emailed it to me - I received it and saved it on my PC

    5) I had already created the new form and written the code - I exported the module and imported it into the emailed workbook and tied the button to a new sub in the emailed workbook

    6) I tested it on my computer and it worked fine

    7) I emailed it to them

    8) They opened it and saved it. Clicked the third button and it gave me the "Object not found" error

    9) I ran away!!!!

    Any help
    Phil

  2. #2
    VBAX Mentor
    Joined
    Jun 2004
    Posts
    363
    Location
    What object wasn't found? Do you have a control on the new form that the recipient may not have? I recently ran into an issue where the user did not have the OCX file for a date picker control that I on a form.

  3. #3
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Without seeing the code to know what objects you used or were created, we would have no clue.

    If you used an\ activex object, have them looks in VBE's Tools > References for missing objects. Calendar objects often cause this sort of thing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •