Thread: Compile Error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Compile Error

Hello All,

I created a worksheet to distribute to other users. The
code works fine on my machine but when tried on another I
get an error.

Compile error: Can't find project or library

Code:
lblName.Caption = StrConv(Activecell.offset(0,1),
vbProperCase)
StrConv is highlighted. Hopefully there is an easy fix.

Thanks in Advance