Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UCase Library

Status
Not open for further replies.

ojosVerdes

Technical User
Oct 10, 2002
50
US
What library is the Ucase function part of? What reference do I have to check to be able to use it?

Thanks

EG
 
Ucase is part of the functions loaded with VB. You should be able to use it without referencing anything.
 
When I run the project by pressing [F5] I get the following error.
"Compile Error - Can't find project or Library" and the Ucase$ function is highlighted"

I thought I was missing the reference to it.

Thanks
 
I've noticed the VB has the annoying habit of highlight the wrong line of code whey there is a references problem. Click project, then references. Scroll the list to see if any of your references have teh word MISSING: in front of it. Fixing the reference problem should make the ucase error go away.

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Thanks that did it, I was missing a reference to MS Access
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top