Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 30th, 2006, 06:49 AM
Registered User
 
Join Date: Nov 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't Find Project Or Library

I have some project that works on my computer and doesn't work on other.
When I run it on other computer it fail on functions right and mid, and throw "Can't Find Project Or Library".
What the problem and how I may be sure that my project will run on other computers?

Fail on row:
ext=Right(sel,1)

I know that I must go to Tools>References and install any preceded with Missing, but I send this application to end customer and I can't tell him that.


 
Old November 30th, 2006, 07:00 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 173
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Use late binding it should sort you out...

see http://p2p.wrox.com/topic.asp?TOPIC_ID=51845 for more info

James






Similar Threads
Thread Thread Starter Forum Replies Last Post
compile error: can't find project or library bruty Excel VBA 1 August 2nd, 2007 06:12 AM
Can't find Project or Library. dpkbahuguna Beginning VB 6 1 September 7th, 2006 07:18 PM
Left$ returns Can't Find Project or Library Ron Howerton Access VBA 7 March 22nd, 2006 11:22 AM
Compile error(Can't find project or library) shamala Excel VBA 1 February 21st, 2006 04:10 AM
Solution Excel's can't find the project or library Born2BFree Excel VBA 0 October 21st, 2005 11:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.