Compile error

G

Guest

i get an compile error when i use the functions UCase, Right, Left, and date

the error says

Compile Error
Cant find project or library

this is a new computer and i have all the refrence librarys selected on this
computer that i had on my last computer. any ideas?
 
F

funkymonkUK

have you checked all your references in VBA? as some do get upgraded if
you move from one office version to another.

does it relate to another project? do you have the line which it stop
at?
 
G

Guest

I did upgrade from office 97 to 2003

i have checked my references and all of them that i previously had checked
are currently checked.

the line is a simple statement such as

right("xxxxx",2)
or
ucase("xxxx")
 
F

funkymonkUK

if you want you can PM me your code across and I could look at it for
you.

it might be the why in which it is used that is conficting. i think its
a compatiblitie issue which could be sorted out with a lil bit of
knowledge
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top