I have created a program that reads information from existing Excel Spreadsheets and stores it into a Jet Database. My problem is that when I have tried to install and run it on a different computer (the one that by necessity must host this functionality) I receive Run time error 429, "ActiveX component cannot create object." This error is occurring the first time that the code tries to open the 'Connection' object. I have looked at the MS Knowledge base and the only closely related topic is for RDO. I am using ADO and was wondering if anyone else had seen this problem and had a solution. Thanks