Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much, problem solved.
- Gary "Gary" wrote in message ... Hi, I am getting the error Compile error! "Cannot find project or library" for the following code in excel. The error is thrown for functions such as chr(), mid(), ucase() etc. -------------------------------------------------------------------------- -- ---------------------- '---- Username = Left(lpBuff, InStr(lpBuff, Chr(0)) - 1) Username = "" For i = 1 To Len(lpBuff) If Asc(Mid(lpBuff, i, 1)) 0 Then Username = Username & Mid(lpBuff, i, 1) Next -------------------------------------------------------------------------- -- ---------------------- Any help would be highly appreciated. TIA, Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Solver - error - Compile Error | Excel Discussion (Misc queries) | |||
help with this error-Compile error: cant find project or library | Excel Discussion (Misc queries) | |||
VBA Error Message "Compile Error...." | Excel Discussion (Misc queries) | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |