Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys
My workbook was sent to a remote computer. The code on the remote computer works fine untill there's a Chr(13) in the code [of which there are many]. It display the following: "Compile error can't find project library" I can't explain this to the user as it's working fine on my side. Could it be some setting on his computer ?? Any pointers would be appreciated Ex. Of code: If Range("SpinsOnAf").Value 3 Then MsgBox "Daar is nou reeds " & Val(Range("SpinsOnaf")) _ & " onafgehandelde Spuitinstruksies" & Chr(13) _ & "Dis onaanvaarbaar hoog, jy moet 'n plan maak" & Chr(13) _ & "Jou rekords raak uiters onakkuraat", vbCritical -- HJN |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with this error-Compile error: cant find project or library | Excel Discussion (Misc queries) | |||
VBAProject name compile error, not defined at compile time | Excel Programming | |||
error message: compile error, argument not optional | Excel Programming | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |