PDA

View Full Version : object not found



philfer
10-01-2010, 10:03 AM
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

mbarron
10-01-2010, 10:09 AM
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.

Kenneth Hobs
10-01-2010, 10:12 AM
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.