Quote Originally Posted by baja_yu View Post
Run Package&Deployment Wizard, it can create an installer for you, and analyze and include dependencies along the way. Also, if you are working with Excel files you're probably using Office automation and referencing MS Office DLLs. If you are not using late binding than the machine you run on will have to have the exact version of MS Office installed in order to run.
I see what you mean here, since EXCEL in listed in the dependency list with a hard coded path. I was coding with Office2007 while the machine with the problem is using Office2003. I guess I have a problem there right?

I guess I'm going to have to find out what late binding is. Thanks very much for your help so far! Awesome leads