[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Dick

2/14/2011 11:05:00 PM

Getting an error "Can't find project or library" at the Chr(106)
Thanks so much for your help!!!!!



2 Answers

(nobody)

2/14/2011 11:22:00 PM

0

"Dick" <bobdelrn@yahoo.com> wrote in message
news:081d8f85-99f3-4431-97d9-469c0c37d045@a8g2000pri.googlegroups.com...
> Getting an error "Can't find project or library" at the Chr(106)
> Thanks so much for your help!!!!!

This has nothing to do with that line of code, but check your project for
missing references.


Mike Williams

2/15/2011 9:16:00 AM

0

"Dick" <bobdelrn@yahoo.com> wrote in message
news:081d8f85-99f3-4431-97d9-469c0c37d045@a8g2000pri.googlegroups.com...

> Getting an error "Can't find project or library"
> at the Chr(106)

I don't think there was any need for you to start a completely new thread
for this (you should have kept it in the original thread). However, you
might like to try:

Label1.Caption = VBA.Chr(106)

or:

Label1.Caption = VBA.Chr$(106)

Mike